Package | Description |
---|---|
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
org.apache.activemq.transport.udp |
UDP based Transport implementation.
|
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. |
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
A UDP based implementation of
TransportServer |
Copyright © 2005–2016. All rights reserved.