Package one.microstream.com
Class ComClientCreator.Default<C>
java.lang.Object
one.microstream.com.ComClientCreator.Default<C>
- All Implemented Interfaces:
ComClientCreator<C>
- Enclosing interface:
- ComClientCreator<C>
public static final class ComClientCreator.Default<C> extends Object implements ComClientCreator<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.com.ComClientCreator
ComClientCreator.Default<C>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description ComClient.Default<C>
createClient(InetSocketAddress hostAddress, ComConnectionHandler<C> connectionHandler, ComProtocolStringConverter protocolParser, ComPersistenceAdaptor<C> persistenceAdaptor)
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
createClient
public ComClient.Default<C> createClient(InetSocketAddress hostAddress, ComConnectionHandler<C> connectionHandler, ComProtocolStringConverter protocolParser, ComPersistenceAdaptor<C> persistenceAdaptor)- Specified by:
createClient
in interfaceComClientCreator<C>
-