| Package | Description |
|---|---|
| org.apache.activemq.transport |
The core Transport abstraction and support classes
|
| org.apache.activemq.transport.http |
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.
|
| org.apache.activemq.transport.https |
A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.
|
| org.apache.activemq.transport.nio | |
| org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
| org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
| org.apache.activemq.transport.ws | |
| org.apache.activemq.transport.wss |
| Modifier and Type | Class and Description |
|---|---|
class |
TransportServerThreadSupport
A useful base class for implementations of
TransportServer which uses
a background thread to accept new connections. |
class |
WebTransportServerSupport |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpTransportServer |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpsTransportServer |
| Modifier and Type | Class and Description |
|---|---|
class |
NIOSSLTransportServer |
| Modifier and Type | Class and Description |
|---|---|
class |
SslTransportServer
An SSL TransportServer.
|
class |
TcpTransportServer
A TCP based implementation of
TransportServer |
| Modifier and Type | Class and Description |
|---|---|
class |
UdpTransportServer
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WSTransportServer
Creates a web server and registers web socket server
|
| Modifier and Type | Class and Description |
|---|---|
class |
WSSTransportServer |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.