@FunctionalInterface public interface HttpsConnectionRequestObserver
HttpsConnectionRequestObservable.onConnectionRequest(HttpsConnectionRequestObserver)
possibly using lambda syntax.| Modifier and Type | Method | Description |
|---|---|---|
void |
onHttpsConnectionRequest(InetSocketAddress aLocalAddress,
InetSocketAddress aRemoteAddress,
SSLParameters aHttpsParams) |
Invoked upon an incoming HTTPS request.
|
void onHttpsConnectionRequest(InetSocketAddress aLocalAddress, InetSocketAddress aRemoteAddress, SSLParameters aHttpsParams)
SSLParameters can be
modified according to the remote address issuing the request.aLocalAddress - The InetSocketAddress of the receiver of the
request.aRemoteAddress - The remote client's InetSocketAddress.aHttpsParams - The SSLParameters which may be modified in
accordance to the remote address.Copyright © 2018. All rights reserved.