| Package | Description |
|---|---|
| org.apache.activemq.transport.nio | |
| org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NIOSSLTransportServer |
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransportServer |
NIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
NIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
SslTransportServer
An SSL TransportServer.
|
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransportServer |
TcpTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory)
Allows subclasses of TcpTransportFactory to create custom instances of
TcpTransportServer.
|
| Modifier and Type | Method and Description |
|---|---|
protected TcpTransportServer.TransportInfo |
TcpTransportServer.configureTransport(TcpTransportServer server,
Socket socket) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.