Package | Description |
---|---|
org.apache.activemq.transport.amqp |
A Broker side implementation of the AMQP 3.1 protocol - see http://amqp.org/
|
org.apache.activemq.transport.auto | |
org.apache.activemq.transport.auto.nio | |
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
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 | Method and Description |
---|---|
protected TcpTransportServer |
AmqpNioTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
AmqpNioSslTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Class and Description |
---|---|
class |
AutoSslTransportServer
An SSL TransportServer.
|
class |
AutoTcpTransportServer
A TCP based implementation of
TransportServer |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer.TransportInfo |
AutoTcpTransportServer.configureTransport(TcpTransportServer server,
Socket socket) |
Modifier and Type | Class and Description |
---|---|
class |
AutoNIOSSLTransportServer
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer.TransportInfo |
AutoNIOSSLTransportServer.configureTransport(TcpTransportServer server,
Socket socket) |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
MQTTNIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
MQTTNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
MQTTTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Class and Description |
---|---|
class |
NIOSSLTransportServer |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
NIOSSLTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
NIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
Modifier and Type | Method and Description |
---|---|
protected TcpTransportServer |
StompNIOTransportFactory.createTcpTransportServer(URI location,
ServerSocketFactory serverSocketFactory) |
protected TcpTransportServer |
StompNIOSSLTransportFactory.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–2019 The Apache Software Foundation. All rights reserved.