Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
NIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation) |
Modifier and Type | Class and Description |
---|---|
class |
StompNIOTransport
An implementation of the
Transport interface for using Stomp over NIO |
Modifier and Type | Method and Description |
---|---|
protected TcpTransport |
StompNIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation) |
Modifier and Type | Class and Description |
---|---|
class |
SslTransport
A Transport class that uses SSL and client-side certificate authentication.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2012. All Rights Reserved.