|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TcpTransport | |
---|---|
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 TcpTransport in org.apache.activemq.transport.mqtt |
---|
Subclasses of TcpTransport in org.apache.activemq.transport.mqtt | |
---|---|
class |
MQTTNIOSSLTransport
|
class |
MQTTNIOTransport
An implementation of the Transport interface for using MQTT over NIO |
Methods in org.apache.activemq.transport.mqtt that return TcpTransport | |
---|---|
protected TcpTransport |
MQTTNIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
protected TcpTransport |
MQTTNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
Constructors in org.apache.activemq.transport.mqtt with parameters of type TcpTransport | |
---|---|
MQTTCodec(TcpTransport transport)
|
Uses of TcpTransport in org.apache.activemq.transport.nio |
---|
Subclasses of TcpTransport in org.apache.activemq.transport.nio | |
---|---|
class |
NIOSSLTransport
|
class |
NIOTransport
An implementation of the Transport interface using raw tcp/ip |
Methods in org.apache.activemq.transport.nio that return TcpTransport | |
---|---|
protected TcpTransport |
NIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
Uses of TcpTransport in org.apache.activemq.transport.stomp |
---|
Subclasses of TcpTransport in org.apache.activemq.transport.stomp | |
---|---|
class |
StompNIOSSLTransport
|
class |
StompNIOTransport
An implementation of the Transport interface for using Stomp over NIO |
Methods in org.apache.activemq.transport.stomp that return TcpTransport | |
---|---|
protected TcpTransport |
StompNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
protected TcpTransport |
StompNIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
Constructors in org.apache.activemq.transport.stomp with parameters of type TcpTransport | |
---|---|
StompCodec(TcpTransport transport)
|
Uses of TcpTransport in org.apache.activemq.transport.tcp |
---|
Subclasses of TcpTransport in org.apache.activemq.transport.tcp | |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication. |
Methods in org.apache.activemq.transport.tcp that return TcpTransport | |
---|---|
protected TcpTransport |
TcpTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport intances. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |