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 protected
Default()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.communication.types.ComConnectionHandler
writeChunk
-
Constructor Details
-
Default
protected Default()
-
-
Method Details
-
createConnectionListener
- Specified by:
createConnectionListener
in interfaceComConnectionHandler<ComConnection>
-
openConnection
- Specified by:
openConnection
in interfaceComConnectionHandler<ComConnection>
-
openConnection
- Specified by:
openConnection
in interfaceComConnectionHandler<ComConnection>
-
prepareReading
- Specified by:
prepareReading
in interfaceComConnectionHandler<ComConnection>
-
prepareWriting
- Specified by:
prepareWriting
in interfaceComConnectionHandler<ComConnection>
-
close
- Specified by:
close
in interfaceComConnectionHandler<ComConnection>
-
closeReading
- Specified by:
closeReading
in interfaceComConnectionHandler<ComConnection>
-
closeWriting
- Specified by:
closeWriting
in interfaceComConnectionHandler<ComConnection>
-
read
- Specified by:
read
in interfaceComConnectionHandler<ComConnection>
-
write
- Specified by:
write
in interfaceComConnectionHandler<ComConnection>
-
sendClientIdentifer
- Specified by:
sendClientIdentifer
in interfaceComConnectionHandler<ComConnection>
-
receiveClientIdentifer
- Specified by:
receiveClientIdentifer
in interfaceComConnectionHandler<ComConnection>
-
sendProtocol
public void sendProtocol(ComConnection connection, ComProtocol protocol, ComProtocolStringConverter stringConverter)- Specified by:
sendProtocol
in interfaceComConnectionHandler<ComConnection>
-
receiveProtocol
public ComProtocol receiveProtocol(ComConnection connection, ComProtocolStringConverter stringConverter)- Specified by:
receiveProtocol
in interfaceComConnectionHandler<ComConnection>
-
enableSecurity
- Specified by:
enableSecurity
in interfaceComConnectionHandler<ComConnection>
-
setInactivityTimeout
- Specified by:
setInactivityTimeout
in interfaceComConnectionHandler<ComConnection>
-
setClientConnectTimeout
public void setClientConnectTimeout(int clientConnectTimeout)- Specified by:
setClientConnectTimeout
in interfaceComConnectionHandler<ComConnection>
-