Package one.microstream.com
Class ComClientChannel.Default<C>
java.lang.Object
one.microstream.com.ComChannel.Default
one.microstream.com.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.com.ComChannel
ComChannel.Default
Nested classes/interfaces inherited from interface one.microstream.com.ComClientChannel
ComClientChannel.Default<C>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description C
connection()
ComClient<C>
parent()
ComProtocol
protocol()
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
connection
- Specified by:
connection
in interfaceComClientChannel<C>
-
protocol
- Specified by:
protocol
in interfaceComClientChannel<C>
-
parent
- Specified by:
parent
in interfaceComClientChannel<C>
-