Class ComTLSConnectionListener
java.lang.Object
one.microstream.communication.types.ComConnectionListener.Default
one.microstream.communication.tls.ComTLSConnectionListener
- All Implemented Interfaces:
ComConnectionListener<ComConnection>
public class ComTLSConnectionListener extends ComConnectionListener.Default
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComConnectionListener
ComConnectionListener.Default
-
Constructor Summary
Constructors Constructor Description ComTLSConnectionListener(ServerSocketChannel serverSocketChannel, SSLContext context, TLSParametersProvider tlsParameterProvider)
-
Method Summary
Modifier and Type Method Description ComConnection
createConnection(SocketChannel channel)
Methods inherited from class one.microstream.communication.types.ComConnectionListener.Default
close, isAlive, listenForConnection
-
Constructor Details
-
ComTLSConnectionListener
public ComTLSConnectionListener(ServerSocketChannel serverSocketChannel, SSLContext context, TLSParametersProvider tlsParameterProvider)
-
-
Method Details
-
createConnection
- Specified by:
createConnection
in interfaceComConnectionListener<ComConnection>
- Overrides:
createConnection
in classComConnectionListener.Default
-