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.DefaultNested classes/interfaces inherited from interface one.microstream.communication.types.ComHostChannel
ComHostChannel.Default<C> - 
Method Summary
Modifier and Type Method Description Cconnection()ComHost<C>parent()ComProtocolprotocol()Methods inherited from class one.microstream.communication.types.ComChannel.Default
close, receive, sendMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.communication.types.ComChannel
close, receive, request, send 
- 
Method Details
- 
connection
- Specified by:
 connectionin interfaceComHostChannel<C>
 - 
protocol
- Specified by:
 protocolin interfaceComHostChannel<C>
 - 
parent
- Specified by:
 parentin interfaceComHostChannel<C>
 
 -