Javax.Net.Ssl.ISSLSession: Property Members

The properties of Javax.Net.Ssl.ISSLSession are listed below. For a list of all members, see the ISSLSession Members list.

Public Properties

[read-only]
ApplicationBufferSizeint. Returns the maximum size that an application buffer can be for this session.
[read-only]
CipherSuitestring. Returns the name of the cipher suite used in this session.
[read-only]
CreationTimelong. Returns the time this session was created, in milliseconds since midnight January 1st 1970 UTC.
[read-only]
IsValidbool. Returns whether this session is valid.
[read-only]
LastAccessedTimelong. Returns the time this session was last accessed, in milliseconds since midnight January 1st 1970 UTC.
[read-only]
LocalPrincipalJava.Security.IPrincipal. Returns the principal used to identify the local side to the peer during the handshake.
[read-only]
PacketBufferSizeint. Returns the maximum size that a network buffer can be for this session.
[read-only]
PeerHoststring. Returns the host name of the peer of this session.
[read-only]
PeerPortint. Returns the port number of the peer of this session.
[read-only]
PeerPrincipalJava.Security.IPrincipal. Returns the principal identifying the peer during the handshake.
[read-only]
Protocolstring. Returns the protocol name that is used for all connections in this session.
[read-only]
SessionContextISSLSessionContext. Returns the context of this session, or null if no context is available.