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.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 | 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 | Class and Description |
---|---|
class |
StompWireFormatFactory
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–2015 The Apache Software Foundation. All rights reserved.