Class ComHostCreator.Default<C>
java.lang.Object
one.microstream.communication.types.ComHostCreator.Default<C>
- All Implemented Interfaces:
ComHostCreator<C>
- Enclosing interface:
- ComHostCreator<C>
public static final class ComHostCreator.Default<C> extends Object implements ComHostCreator<C>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.communication.types.ComHostCreator
ComHostCreator.Default<C>
-
Method Summary
Modifier and Type Method Description ComHost<C>
createComHost(InetSocketAddress address, ComConnectionHandler<C> connectionHandler, ComConnectionAcceptor<C> connectionAcceptor)
-
Method Details
-
createComHost
public final ComHost<C> createComHost(InetSocketAddress address, ComConnectionHandler<C> connectionHandler, ComConnectionAcceptor<C> connectionAcceptor)- Specified by:
createComHost
in interfaceComHostCreator<C>
-