|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TcpTransportServer | |
|---|---|
| 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 TcpTransportServer in org.apache.activemq.transport.mqtt |
|---|
| Methods in org.apache.activemq.transport.mqtt that return TcpTransportServer | |
|---|---|
protected TcpTransportServer |
MQTTNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
protected TcpTransportServer |
MQTTNIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
| Uses of TcpTransportServer in org.apache.activemq.transport.nio |
|---|
| Methods in org.apache.activemq.transport.nio that return TcpTransportServer | |
|---|---|
protected TcpTransportServer |
NIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
protected TcpTransportServer |
NIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
| Uses of TcpTransportServer in org.apache.activemq.transport.stomp |
|---|
| Methods in org.apache.activemq.transport.stomp that return TcpTransportServer | |
|---|---|
protected TcpTransportServer |
StompNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
protected TcpTransportServer |
StompNIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
|
| Uses of TcpTransportServer in org.apache.activemq.transport.tcp |
|---|
| Subclasses of TcpTransportServer in org.apache.activemq.transport.tcp | |
|---|---|
class |
SslTransportServer
An SSL TransportServer. |
| Methods in org.apache.activemq.transport.tcp that return TcpTransportServer | |
|---|---|
protected TcpTransportServer |
TcpTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
Allows subclasses of TcpTransportFactory to create custom instances of TcpTransportServer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||