Class ComConnectionHandler.Default
java.lang.Object
one.microstream.communication.types.ComConnectionHandler.Default
- All Implemented Interfaces:
ComConnectionHandler<ComConnection>
- Direct Known Subclasses:
ComTLSConnectionHandler
- Enclosing interface:
- ComConnectionHandler<C>
public static class ComConnectionHandler.Default extends Object implements ComConnectionHandler<ComConnection>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComConnectionHandler
ComConnectionHandler.Default -
Constructor Summary
Constructors Modifier Constructor Description protectedDefault() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.communication.types.ComConnectionHandler
writeChunk
-
Constructor Details
-
Default
protected Default()
-
-
Method Details
-
createConnectionListener
- Specified by:
createConnectionListenerin interfaceComConnectionHandler<ComConnection>
-
openConnection
- Specified by:
openConnectionin interfaceComConnectionHandler<ComConnection>
-
openConnection
- Specified by:
openConnectionin interfaceComConnectionHandler<ComConnection>
-
prepareReading
- Specified by:
prepareReadingin interfaceComConnectionHandler<ComConnection>
-
prepareWriting
- Specified by:
prepareWritingin interfaceComConnectionHandler<ComConnection>
-
close
- Specified by:
closein interfaceComConnectionHandler<ComConnection>
-
closeReading
- Specified by:
closeReadingin interfaceComConnectionHandler<ComConnection>
-
closeWriting
- Specified by:
closeWritingin interfaceComConnectionHandler<ComConnection>
-
read
- Specified by:
readin interfaceComConnectionHandler<ComConnection>
-
write
- Specified by:
writein interfaceComConnectionHandler<ComConnection>
-
sendClientIdentifer
- Specified by:
sendClientIdentiferin interfaceComConnectionHandler<ComConnection>
-
receiveClientIdentifer
- Specified by:
receiveClientIdentiferin interfaceComConnectionHandler<ComConnection>
-
sendProtocol
public void sendProtocol(ComConnection connection, ComProtocol protocol, ComProtocolStringConverter stringConverter)- Specified by:
sendProtocolin interfaceComConnectionHandler<ComConnection>
-
receiveProtocol
public ComProtocol receiveProtocol(ComConnection connection, ComProtocolStringConverter stringConverter)- Specified by:
receiveProtocolin interfaceComConnectionHandler<ComConnection>
-
enableSecurity
- Specified by:
enableSecurityin interfaceComConnectionHandler<ComConnection>
-
setInactivityTimeout
- Specified by:
setInactivityTimeoutin interfaceComConnectionHandler<ComConnection>
-
setClientConnectTimeout
public void setClientConnectTimeout(int clientConnectTimeout)- Specified by:
setClientConnectTimeoutin interfaceComConnectionHandler<ComConnection>
-