Uses of Class
net.timewalker.ffmq4.transport.tcp.nio.NIOTcpMultiplexer
-
Packages that use NIOTcpMultiplexer Package Description net.timewalker.ffmq4.client net.timewalker.ffmq4.transport.tcp.nio -
-
Uses of NIOTcpMultiplexer in net.timewalker.ffmq4.client
Methods in net.timewalker.ffmq4.client that return NIOTcpMultiplexer Modifier and Type Method Description static NIOTcpMultiplexerClientEnvironment. getMultiplexer()Get the multiplexer singleton instance -
Uses of NIOTcpMultiplexer in net.timewalker.ffmq4.transport.tcp.nio
Methods in net.timewalker.ffmq4.transport.tcp.nio with parameters of type NIOTcpMultiplexer Modifier and Type Method Description NIOClientSocketHandlerNIOServerSocketHandler. createClientHandler(NIOTcpMultiplexer serverMultiplexer, SocketChannel socketChannel)Create a new client handler instance for the given socket channelConstructors in net.timewalker.ffmq4.transport.tcp.nio with parameters of type NIOTcpMultiplexer Constructor Description NIOTcpPacketTransport(String id, NIOTcpMultiplexer multiplexer, URI transportURI, Settings settings)ConstructorNIOTcpPacketTransport(String id, NIOTcpMultiplexer multiplexer, SocketChannel socketChannel, Settings settings)Constructor
-