public class SslSession<T extends SslSession<T>> extends Object
Constructor and Description |
---|
SslSession(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Integer |
applicationBufferSize()
The application buffer size as reported by the SSLSession.
|
T |
applicationBufferSize(Integer value)
The application buffer size as reported by the SSLSession.
|
String |
cipherSuite()
The selected cipher suite as reported by the SSLSession.
|
T |
cipherSuite(String value)
The selected cipher suite as reported by the SSLSession.
|
String |
creationTime()
The creation time as reported by the SSLSession.
|
T |
creationTime(String value)
The creation time as reported by the SSLSession.
|
String |
getKey() |
String |
lastAccessedTime()
The last accessed time as reported by the SSLSession.
|
T |
lastAccessedTime(String value)
The last accessed time as reported by the SSLSession.
|
T |
localCertificate(Map value)
The local certificates from the SSLSession.
|
List<Map> |
localCertificates()
The local certificates from the SSLSession.
|
T |
localCertificates(List<Map> value)
The local certificates from the SSLSession.
|
T |
localCertificates(Map... args)
The local certificates from the SSLSession.
|
String |
localPrincipal()
The local principal as reported by the SSLSession.
|
T |
localPrincipal(String value)
The local principal as reported by the SSLSession.
|
Integer |
packetBufferSize()
The packet buffer size as reported by the SSLSession.
|
T |
packetBufferSize(Integer value)
The packet buffer size as reported by the SSLSession.
|
T |
peerCertificate(Map value)
The peer certificates from the SSLSession.
|
List<Map> |
peerCertificates()
The peer certificates from the SSLSession.
|
T |
peerCertificates(List<Map> value)
The peer certificates from the SSLSession.
|
T |
peerCertificates(Map... args)
The peer certificates from the SSLSession.
|
String |
peerHost()
The peer host as reported by the SSLSession.
|
T |
peerHost(String value)
The peer host as reported by the SSLSession.
|
Integer |
peerPort()
The peer port as reported by the SSLSession.
|
T |
peerPort(Integer value)
The peer port as reported by the SSLSession.
|
String |
peerPrincipal()
The peer principal as reported by the SSLSession.
|
T |
peerPrincipal(String value)
The peer principal as reported by the SSLSession.
|
String |
protocol()
The protocol as reported by the SSLSession.
|
T |
protocol(String value)
The protocol as reported by the SSLSession.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Boolean |
valid()
The validity of the session as reported by the SSLSession.
|
T |
valid(Boolean value)
The validity of the session as reported by the SSLSession.
|
public SslSession(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer applicationBufferSize()
public T applicationBufferSize(Integer value)
public String cipherSuite()
public T cipherSuite(String value)
public String creationTime()
public String lastAccessedTime()
public T lastAccessedTime(String value)
public T localCertificates(List<Map> value)
public T localCertificates(Map... args)
public String localPrincipal()
public T localPrincipal(String value)
public Integer packetBufferSize()
public T packetBufferSize(Integer value)
public T peerCertificates(List<Map> value)
public String peerHost()
public Integer peerPort()
public String peerPrincipal()
public T peerPrincipal(String value)
public String protocol()
public Boolean valid()
Copyright © 2019 JBoss by Red Hat. All rights reserved.