Package one.microstream.com
Class ComHostChannel.Default<C>
- java.lang.Object
-
- one.microstream.com.ComChannel.Default
-
- one.microstream.com.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.com.ComChannel
ComChannel.Default
-
Nested classes/interfaces inherited from interface one.microstream.com.ComHostChannel
ComHostChannel.Default<C>
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description C
connection()
ComHost<C>
parent()
ComProtocol
protocol()
-
Methods inherited from class one.microstream.com.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.com.ComChannel
close, receive, request, send
-
-
-
-
Method Detail
-
connection
public final C connection()
- Specified by:
connection
in interfaceComHostChannel<C>
-
protocol
public final ComProtocol protocol()
- Specified by:
protocol
in interfaceComHostChannel<C>
-
parent
public final ComHost<C> parent()
- Specified by:
parent
in interfaceComHostChannel<C>
-
-