| Package | Description |
|---|---|
| org.apache.activemq.transport.nio | |
| org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NIOSSLTransport |
class |
NIOTransport
An implementation of the
Transport interface using raw tcp/ip |
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransport |
NIOTransportFactory.createTcpTransport(WireFormat wf,
SocketFactory socketFactory,
URI location,
URI localLocation) |
TcpTransport |
NIOSSLTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
NIOTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
| 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,
SocketFactory socketFactory,
URI location,
URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom
TcpTransport instances.
|
TcpTransport |
TcpTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
SSLEngine engine,
TcpTransport.InitBuffer initBuffer,
ByteBuffer inputBuffer) |
TcpTransport |
TcpTransportFactory.createTransport(WireFormat wireFormat,
Socket socket,
TcpTransport.InitBuffer initBuffer) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.