public interface HttpServerOnConnectProcess
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(Socket socket,
ClientHello clientHello)
Process socket immediately after connection is made but after TLS handshake took place (if applicable)
|
boolean process(Socket socket, ClientHello clientHello)
socket - - connection's socketclientHello - - information about protocol (if TLS), null if this is a plain connectionCopyright © 2019. All rights reserved.