Interface HttpsConnectionRequestObservable<B extends HttpsConnectionRequestObservable<B>>
- Type Parameters:
B- the generic type
public interface HttpsConnectionRequestObservable<B extends HttpsConnectionRequestObservable<B>>
An observable which notifies the registered
HttpsConnectionRequestObserver on incoming HTTPS requests.-
Method Summary
Modifier and TypeMethodDescriptionRegisters theHttpsConnectionRequestObserverto handle incoming HTTPS requests, possibly using lambda syntax.
-
Method Details
-
onConnectionRequest
Registers theHttpsConnectionRequestObserverto handle incoming HTTPS requests, possibly using lambda syntax.- Parameters:
aObserver- The observer to handle incoming HTTPS requests.- Returns:
- The implementing instance as of the builder pattern.
-