public class ConnectionContext extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
closeConnection()
Close connection to the client (sends FIN)
|
String |
getNegotiatedCipher() |
TlsVersion |
getNegotiatedTlsProtocol() |
InetAddress |
getRemoteAddress() |
String |
getSni() |
X509Certificate[] |
getTlsCertificates() |
byte[] |
getTlsSessionId() |
boolean |
isSsl() |
void |
resetConnection()
Reset connection to the client (sends FIN)
|
public InetAddress getRemoteAddress()
public void closeConnection()
public void resetConnection()
public boolean isSsl()
public TlsVersion getNegotiatedTlsProtocol()
public String getNegotiatedCipher()
public byte[] getTlsSessionId()
public String getSni()
public X509Certificate[] getTlsCertificates()
Copyright © 2019. All rights reserved.