Package org.apache.activemq.transport.nio
-
Interface Summary Interface Description SelectorManager.Listener -
Class Summary Class Description AutoInitNioSSLTransport This transport initializes the SSLEngine and reads the first command before handing off to the detected transport.NIOBufferedInputStream Implementation of InputStream using Java NIO channel,direct buffer and SelectorNIOInputStream An optimized buffered input stream for TcpNIOOutputStream An optimized buffered OutputStream for TCP/IPNIOSSLTransport NIOSSLTransportFactory NIOSSLTransportServer NIOTransport An implementation of theTransport
interface using raw tcp/ipNIOTransportFactory SelectorManager The SelectorManager will manage one Selector and the thread that checks the selector.SelectorSelection SelectorWorker