object NullSslSessionInfo extends SslSessionInfo
Null object which indicates that the existing connection is not using SSL/TLS.
- Alphabetic
- By Inheritance
- NullSslSessionInfo
- SslSessionInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cipherSuite: String
The cipher suite associated with an
SSLSession
.The cipher suite associated with an
SSLSession
.- returns
The returned value is always an empty string.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLocalIdentity: Option[ServiceIdentity]
- Attributes
- protected
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- def getPeerIdentity: Option[ServiceIdentity]
- Attributes
- protected
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localCertificates: Seq[X509Certificate]
The
X509Certificate
s that were sent to the peer during the SSL/TLS handshake.The
X509Certificate
s that were sent to the peer during the SSL/TLS handshake.- returns
The returned value is always an empty sequence.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- lazy val localIdentity: Option[ServiceIdentity]
- Definition Classes
- SslSessionInfo
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def peerCertificates: Seq[X509Certificate]
The
X509Certificate
s that were received from the peer during the SSL/TLS handshake.The
X509Certificate
s that were received from the peer during the SSL/TLS handshake.- returns
The returned value is always an empty sequence.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- lazy val peerIdentity: Option[ServiceIdentity]
- Definition Classes
- SslSessionInfo
- def session: SSLSession
The
SSLSession
associated with a particular connection.The
SSLSession
associated with a particular connection. Indicates that there is noSSLSession
associated with this connection.- returns
The returned value is always a
NullSslSession
.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- def sessionId: String
The Session ID associated with an
SSLSession
.The Session ID associated with an
SSLSession
.- returns
The returned value is always an empty string.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def usingSsl: Boolean
Indicates whether the connection is using SSL/TLS.
Indicates whether the connection is using SSL/TLS.
- returns
The returned value is always false.
- Definition Classes
- NullSslSessionInfo → SslSessionInfo
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()