Class ComClientChannel.Default<C>
java.lang.Object
one.microstream.communication.types.ComChannel.Default
one.microstream.communication.types.ComClientChannel.Default<C>
- All Implemented Interfaces:
ComChannel
,ComClientChannel<C>
- Enclosing interface:
- ComClientChannel<C>
public static final class ComClientChannel.Default<C> extends ComChannel.Default implements ComClientChannel<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComChannel
ComChannel.Default
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComClientChannel
ComClientChannel.Default<C>
-
Method Summary
Modifier and Type Method Description C
connection()
ComClient<C>
parent()
ComProtocol
protocol()
Methods inherited from class one.microstream.communication.types.ComChannel.Default
close, receive, send
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.ComChannel
close, receive, request, send
-
Method Details
-
connection
- Specified by:
connection
in interfaceComClientChannel<C>
-
protocol
- Specified by:
protocol
in interfaceComClientChannel<C>
-
parent
- Specified by:
parent
in interfaceComClientChannel<C>
-