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()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
connection
- Specified by:
connection
in interfaceComHostChannel<C>
-
protocol
- Specified by:
protocol
in interfaceComHostChannel<C>
-
parent
- Specified by:
parent
in interfaceComHostChannel<C>
-