Uses of Class
org.apache.activemq.transport.tcp.TcpTransportFactory
-
Packages that use TcpTransportFactory Package Description org.apache.activemq.transport.amqp A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/org.apache.activemq.transport.auto org.apache.activemq.transport.auto.nio org.apache.activemq.transport.mqtt A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/org.apache.activemq.transport.nio org.apache.activemq.transport.stomp An implementation of the Stomp protocol which is a simple wire protocol for writing clients for ActiveMQ in different languages like Ruby, Python, PHP, C etc.org.apache.activemq.transport.tcp TCP/IP based Transport implementation. -
-
Uses of TcpTransportFactory in org.apache.activemq.transport.amqp
Subclasses of TcpTransportFactory in org.apache.activemq.transport.amqp Modifier and Type Class Description classAmqpNioSslTransportFactoryclassAmqpNioTransportFactoryA AMQP over NIO transport factoryclassAmqpSslTransportFactoryA AMQP over SSL transport factoryclassAmqpTransportFactoryA AMQP transport factory -
Uses of TcpTransportFactory in org.apache.activemq.transport.auto
Subclasses of TcpTransportFactory in org.apache.activemq.transport.auto Modifier and Type Class Description classAutoSslTransportFactoryclassAutoTcpTransportFactoryFields in org.apache.activemq.transport.auto declared as TcpTransportFactory Modifier and Type Field Description TcpTransportFactoryAutoTcpTransportServer.ProtocolInfo. detectedTransportFactoryMethods in org.apache.activemq.transport.auto with parameters of type TcpTransportFactory Modifier and Type Method Description protected TcpTransportAutoSslTransportServer. createTransport(Socket socket, WireFormat format, TcpTransportFactory detectedTransportFactory, TcpTransport.InitBuffer initBuffer)Used to create Transports for this server.protected TcpTransportAutoTcpTransportServer. createTransport(Socket socket, WireFormat format, TcpTransportFactory detectedTransportFactory, TcpTransport.InitBuffer initBuffer)Constructors in org.apache.activemq.transport.auto with parameters of type TcpTransportFactory Constructor Description AutoTcpTransportServer(TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols)ProtocolInfo(TcpTransportFactory detectedTransportFactory, WireFormatFactory detectedWireFormatFactory) -
Uses of TcpTransportFactory in org.apache.activemq.transport.auto.nio
Subclasses of TcpTransportFactory in org.apache.activemq.transport.auto.nio Modifier and Type Class Description classAutoNioSslTransportFactoryclassAutoNioTransportFactoryMethods in org.apache.activemq.transport.auto.nio with parameters of type TcpTransportFactory Modifier and Type Method Description protected TransportAutoNIOSSLTransportServer. createTransport(Socket socket, WireFormat format, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer, TcpTransportFactory detectedFactory)Constructors in org.apache.activemq.transport.auto.nio with parameters of type TcpTransportFactory Constructor Description AutoNIOSSLTransportServer(SSLContext context, TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory, BrokerService brokerService, Set<String> enabledProtocols) -
Uses of TcpTransportFactory in org.apache.activemq.transport.mqtt
Subclasses of TcpTransportFactory in org.apache.activemq.transport.mqtt Modifier and Type Class Description classMQTTNIOSSLTransportFactoryclassMQTTNIOTransportFactoryA MQTT over NIO transport factoryclassMQTTSslTransportFactoryA MQTT over SSL transport factoryclassMQTTTransportFactoryA MQTT transport factory -
Uses of TcpTransportFactory in org.apache.activemq.transport.nio
Subclasses of TcpTransportFactory in org.apache.activemq.transport.nio Modifier and Type Class Description classNIOSSLTransportFactoryclassNIOTransportFactoryConstructors in org.apache.activemq.transport.nio with parameters of type TcpTransportFactory Constructor Description NIOSSLTransportServer(SSLContext context, TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory) -
Uses of TcpTransportFactory in org.apache.activemq.transport.stomp
Subclasses of TcpTransportFactory in org.apache.activemq.transport.stomp Modifier and Type Class Description classStompNIOSSLTransportFactoryclassStompNIOTransportFactoryA STOMP over NIO transport factoryclassStompSslTransportFactoryA STOMP over SSL transport factoryclassStompTransportFactoryA STOMP transport factory -
Uses of TcpTransportFactory in org.apache.activemq.transport.tcp
Subclasses of TcpTransportFactory in org.apache.activemq.transport.tcp Modifier and Type Class Description classSslTransportFactoryAn implementation of the TcpTransportFactory using SSL.Fields in org.apache.activemq.transport.tcp declared as TcpTransportFactory Modifier and Type Field Description protected TcpTransportFactoryTcpTransportServer. transportFactoryConstructors in org.apache.activemq.transport.tcp with parameters of type TcpTransportFactory Constructor Description TcpTransportServer(TcpTransportFactory transportFactory, URI location, ServerSocketFactory serverSocketFactory)
-