Class NoopSessionVerifier$
java.lang.Object
org.apache.pekko.remote.artery.tcp.ssl.NoopSessionVerifier$
- All Implemented Interfaces:
SessionVerifier
This verifier approves all sessions.
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoopSessionVerifier$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionscala.Option<Throwable>verifyClientSession(String hostname, SSLSession session) scala.Option<Throwable>verifyServerSession(String hostname, SSLSession session)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoopSessionVerifier$
public NoopSessionVerifier$()
-
-
Method Details
-
verifyClientSession
- Specified by:
verifyClientSessionin interfaceSessionVerifier
-
verifyServerSession
- Specified by:
verifyServerSessionin interfaceSessionVerifier
-