SessionSnapshot

A snapshot of the content of another {@link ConscryptSession}. This copies everything over except for the certificates.

Constructors

this
this(ConscryptSession session)
Undocumented in source.

Members

Functions

getApplicationBufferSize
int getApplicationBufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getCipherSuite
string getCipherSuite()
Undocumented in source. Be warned that the author may not have intended to support it.
getCreationTime
long getCreationTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getId
byte[] getId()
Undocumented in source. Be warned that the author may not have intended to support it.
getLastAccessedTime
long getLastAccessedTime()
Undocumented in source. Be warned that the author may not have intended to support it.
getPacketBufferSize
int getPacketBufferSize()
Undocumented in source. Be warned that the author may not have intended to support it.
getPeerHost
string getPeerHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getPeerPort
int getPeerPort()
Undocumented in source. Be warned that the author may not have intended to support it.
getPeerSignedCertificateTimestamp
byte[] getPeerSignedCertificateTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
getProtocol
string getProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
getRequestedServerName
string getRequestedServerName()
Undocumented in source. Be warned that the author may not have intended to support it.
getSessionContext
SSLSessionContext getSessionContext()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatusResponses
List!(byte[]) getStatusResponses()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Object getValue(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
getValueNames
string[] getValueNames()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidate
void invalidate()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
putValue
void putValue(string s, Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
removeValue
void removeValue(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ConscryptSession

getRequestedServerName
string getRequestedServerName()
Undocumented in source.
getStatusResponses
List!(byte[]) getStatusResponses()

Returns the OCSP stapled response. Returns a copy of the internal arrays.

getPeerSignedCertificateTimestamp
byte[] getPeerSignedCertificateTimestamp()

Returns the signed certificate timestamp (SCT) received from the peer. Returns a copy of the internal array.

Meta