Class ComHostChannel.Default<C>
java.lang.Object
one.microstream.communication.types.ComChannel.Default
one.microstream.communication.types.ComHostChannel.Default<C>
- All Implemented Interfaces:
ComChannel
,ComHostChannel<C>
- Enclosing interface:
- ComHostChannel<C>
public static final class ComHostChannel.Default<C> extends ComChannel.Default implements ComHostChannel<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.ComHostChannel
ComHostChannel.Default<C>
-
Method Summary
Modifier and Type Method Description C
connection()
ComHost<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 interfaceComHostChannel<C>
-
protocol
- Specified by:
protocol
in interfaceComHostChannel<C>
-
parent
- Specified by:
parent
in interfaceComHostChannel<C>
-