Uses of Class
org.apache.activemq.transport.tcp.TcpTransport
-
Packages that use TcpTransport Package Description org.apache.activemq.transport.nio org.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of TcpTransport in org.apache.activemq.transport.nio
Subclasses of TcpTransport in org.apache.activemq.transport.nio Modifier and Type Class Description classNIOSSLTransportclassNIOTransportAn implementation of theTransportinterface using raw tcp/ipMethods in org.apache.activemq.transport.nio that return TcpTransport Modifier and Type Method Description protected TcpTransportNIOTransportFactory. createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation)TcpTransportNIOSSLTransportFactory. createTransport(WireFormat wireFormat, Socket socket, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer)TcpTransportNIOTransportFactory. createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) -
Uses of TcpTransport in org.apache.activemq.transport.tcp
Subclasses of TcpTransport in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportA Transport class that uses SSL and client-side certificate authentication.Methods in org.apache.activemq.transport.tcp that return TcpTransport Modifier and Type Method Description protected TcpTransportTcpTransportFactory. createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation)Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport instances.TcpTransportTcpTransportFactory. createTransport(WireFormat wireFormat, Socket socket, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer)TcpTransportTcpTransportFactory. createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer)
-