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.
|
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.