|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransportServer | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.jmx | JMX MBeans for the broker and its core connectors. |
org.apache.activemq.proxy | |
org.apache.activemq.transport | The core Transport abstraction and support classes |
org.apache.activemq.transport.discovery | Discovery mechanism to discover brokers and clients. |
org.apache.activemq.transport.failover | Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use. |
org.apache.activemq.transport.fanout | Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy |
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.mock | A mock implementation of the Transport layer useful for testing |
org.apache.activemq.transport.peer | Peer based Transport implementation which does not require central servers to connect to |
org.apache.activemq.transport.tcp | TCP/IP based Transport implementation. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.transport.vm | In-JVM based Transport implementation. |
org.apache.activemq.transport.xmpp |
Uses of TransportServer in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return TransportServer | |
---|---|
protected TransportServer |
SslBrokerService.createSslTransportServer(java.net.URI brokerURI,
javax.net.ssl.KeyManager[] km,
javax.net.ssl.TrustManager[] tm,
java.security.SecureRandom random)
Creates a TransportServer that uses the given key and trust managers. |
protected TransportServer |
TransportConnector.createTransportServer()
|
TransportServer |
TransportConnector.getServer()
|
Methods in org.apache.activemq.broker with parameters of type TransportServer | |
---|---|
TransportConnector |
BrokerService.addConnector(TransportServer transport)
Adds a new transport connector for the given TransportServer transport |
void |
TransportConnector.setServer(TransportServer server)
|
Constructors in org.apache.activemq.broker with parameters of type TransportServer | |
---|---|
TransportConnector(Broker broker,
TransportServer server)
|
Uses of TransportServer in org.apache.activemq.broker.jmx |
---|
Constructors in org.apache.activemq.broker.jmx with parameters of type TransportServer | |
---|---|
ManagedTransportConnector(javax.management.MBeanServer mbeanServer,
javax.management.ObjectName connectorName,
Broker next,
TransportServer server)
|
Uses of TransportServer in org.apache.activemq.proxy |
---|
Methods in org.apache.activemq.proxy that return TransportServer | |
---|---|
protected TransportServer |
ProxyConnector.createServer()
|
TransportServer |
ProxyConnector.getServer()
|
Methods in org.apache.activemq.proxy with parameters of type TransportServer | |
---|---|
void |
ProxyConnector.setServer(TransportServer server)
|
Uses of TransportServer in org.apache.activemq.transport |
---|
Classes in org.apache.activemq.transport that implement TransportServer | |
---|---|
class |
TransportServerFilter
|
class |
TransportServerSupport
A useful base class for implementations of TransportServer |
class |
TransportServerThreadSupport
A useful base class for implementations of TransportServer which uses
a background thread to accept new connections. |
Fields in org.apache.activemq.transport declared as TransportServer | |
---|---|
protected TransportServer |
TransportServerFilter.next
|
Methods in org.apache.activemq.transport that return TransportServer | |
---|---|
static TransportServer |
TransportFactory.bind(java.lang.String brokerId,
java.net.URI location)
|
abstract TransportServer |
TransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Constructors in org.apache.activemq.transport with parameters of type TransportServer | |
---|---|
TransportServerFilter(TransportServer next)
|
Uses of TransportServer in org.apache.activemq.transport.discovery |
---|
Methods in org.apache.activemq.transport.discovery that return TransportServer | |
---|---|
TransportServer |
DiscoveryTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.failover |
---|
Methods in org.apache.activemq.transport.failover that return TransportServer | |
---|---|
TransportServer |
FailoverTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.fanout |
---|
Methods in org.apache.activemq.transport.fanout that return TransportServer | |
---|---|
TransportServer |
FanoutTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.http |
---|
Classes in org.apache.activemq.transport.http that implement TransportServer | |
---|---|
class |
HttpTransportServer
|
Methods in org.apache.activemq.transport.http that return TransportServer | |
---|---|
TransportServer |
HttpTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.https |
---|
Classes in org.apache.activemq.transport.https that implement TransportServer | |
---|---|
class |
HttpsTransportServer
|
Methods in org.apache.activemq.transport.https that return TransportServer | |
---|---|
TransportServer |
HttpsTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.mock |
---|
Methods in org.apache.activemq.transport.mock that return TransportServer | |
---|---|
TransportServer |
MockTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.peer |
---|
Methods in org.apache.activemq.transport.peer that return TransportServer | |
---|---|
TransportServer |
PeerTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.tcp |
---|
Classes in org.apache.activemq.transport.tcp that implement TransportServer | |
---|---|
class |
SslTransportServer
An SSL TransportServer. |
class |
TcpTransportServer
A TCP based implementation of TransportServer |
Methods in org.apache.activemq.transport.tcp that return TransportServer | |
---|---|
TransportServer |
SslTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
Overriding to use SslTransportServer and allow for proper reflection. |
TransportServer |
TcpTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.udp |
---|
Classes in org.apache.activemq.transport.udp that implement TransportServer | |
---|---|
class |
UdpTransportServer
A UDP based implementation of TransportServer |
Methods in org.apache.activemq.transport.udp that return TransportServer | |
---|---|
TransportServer |
UdpTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.vm |
---|
Classes in org.apache.activemq.transport.vm that implement TransportServer | |
---|---|
class |
VMTransportServer
Broker side of the VMTransport |
Methods in org.apache.activemq.transport.vm that return TransportServer | |
---|---|
TransportServer |
VMTransportFactory.doBind(java.lang.String brokerId,
java.net.URI location)
|
Uses of TransportServer in org.apache.activemq.transport.xmpp |
---|
Classes in org.apache.activemq.transport.xmpp that implement TransportServer | |
---|---|
class |
XmppTransportServer
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |