Uses of Interface
one.microstream.com.ComHostChannelAcceptor
-
Packages that use ComHostChannelAcceptor Package Description one.microstream.com one.microstream.com.binary -
-
Uses of ComHostChannelAcceptor in one.microstream.com
Classes in one.microstream.com that implement ComHostChannelAcceptor Modifier and Type Class Description static classComHostChannelAcceptor.Wrapper<C>Methods in one.microstream.com that return ComHostChannelAcceptor Modifier and Type Method Description ComHostChannelAcceptor<C>ComFoundation.Abstract. getHostChannelAcceptor()ComHostChannelAcceptor<C>ComFoundation. getHostChannelAcceptor() -
Uses of ComHostChannelAcceptor in one.microstream.com.binary
Methods in one.microstream.com.binary with parameters of type ComHostChannelAcceptor Modifier and Type Method Description static ComHost<SocketChannel>ComBinary. Host(int localHostPort, ComHostChannelAcceptor<SocketChannel> channelAcceptor)static ComHost<SocketChannel>ComBinary. Host(InetSocketAddress targetAddress, ComHostChannelAcceptor<SocketChannel> channelAcceptor)static ComHost<SocketChannel>ComBinary. Host(ComHostChannelAcceptor<SocketChannel> channelAcceptor)static voidComBinary. runHost(int localHostPort, ComHostChannelAcceptor<SocketChannel> channelAcceptor)static voidComBinary. runHost(InetSocketAddress targetAddress, ComHostChannelAcceptor<SocketChannel> channelAcceptor)static voidComBinary. runHost(ComHostChannelAcceptor<SocketChannel> channelAcceptor)
-