Package | Description |
---|---|
org.apache.activemq.broker.util |
Some utility Broker Plugins
|
org.apache.activemq.openwire | |
org.apache.activemq.transport |
The core Transport abstraction and support classes
|
org.apache.activemq.transport.auto | |
org.apache.activemq.transport.mqtt |
A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/
|
org.apache.activemq.transport.tcp |
TCP/IP based Transport implementation.
|
Modifier and Type | Field and Description |
---|---|
protected WireFormatFactory |
UDPTraceBrokerPlugin.wireFormatFactory |
Modifier and Type | Method and Description |
---|---|
WireFormatFactory |
UDPTraceBrokerPlugin.getWireFormatFactory() |
Modifier and Type | Method and Description |
---|---|
void |
UDPTraceBrokerPlugin.setWireFormatFactory(WireFormatFactory wireFormatFactory) |
Modifier and Type | Class and Description |
---|---|
class |
OpenWireFormatFactory |
Modifier and Type | Method and Description |
---|---|
protected WireFormatFactory |
TransportFactory.createWireFormatFactory(Map<String,String> options) |
Modifier and Type | Field and Description |
---|---|
WireFormatFactory |
AutoTcpTransportServer.ProtocolInfo.detectedWireFormatFactory |
Modifier and Type | Method and Description |
---|---|
WireFormatFactory |
AutoTcpTransportServer.findWireFormatFactory(String scheme,
Map<String,Map<String,Object>> options) |
Modifier and Type | Method and Description |
---|---|
void |
AutoTcpTransportServer.setWireFormatFactory(WireFormatFactory factory) |
Constructor and Description |
---|
ProtocolInfo(TcpTransportFactory detectedTransportFactory,
WireFormatFactory detectedWireFormatFactory) |
Modifier and Type | Class and Description |
---|---|
class |
MQTTWireFormatFactory
Creates WireFormat objects that marshalls the Stomp protocol.
|
Modifier and Type | Field and Description |
---|---|
protected WireFormatFactory |
TcpTransportServer.wireFormatFactory |
Modifier and Type | Method and Description |
---|---|
WireFormatFactory |
TcpTransportServer.getWireFormatFactory() |
Modifier and Type | Method and Description |
---|---|
void |
TcpTransportServer.setWireFormatFactory(WireFormatFactory wireFormatFactory) |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.