|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WireFormatFactory | |
|---|---|
| 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.mqtt | A Broker side implementation of the MQTT 3.1 protocol - see http://mqtt.org/ |
| 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. |
| Uses of WireFormatFactory in org.apache.activemq.broker.util |
|---|
| Fields in org.apache.activemq.broker.util declared as WireFormatFactory | |
|---|---|
protected WireFormatFactory |
UDPTraceBrokerPlugin.wireFormatFactory
|
| Methods in org.apache.activemq.broker.util that return WireFormatFactory | |
|---|---|
WireFormatFactory |
UDPTraceBrokerPlugin.getWireFormatFactory()
|
| Methods in org.apache.activemq.broker.util with parameters of type WireFormatFactory | |
|---|---|
void |
UDPTraceBrokerPlugin.setWireFormatFactory(WireFormatFactory wireFormatFactory)
|
| Uses of WireFormatFactory in org.apache.activemq.openwire |
|---|
| Classes in org.apache.activemq.openwire that implement WireFormatFactory | |
|---|---|
class |
OpenWireFormatFactory
|
| Uses of WireFormatFactory in org.apache.activemq.transport |
|---|
| Methods in org.apache.activemq.transport that return WireFormatFactory | |
|---|---|
protected WireFormatFactory |
TransportFactory.createWireFormatFactory(Map<String,String> options)
|
| Uses of WireFormatFactory in org.apache.activemq.transport.mqtt |
|---|
| Classes in org.apache.activemq.transport.mqtt that implement WireFormatFactory | |
|---|---|
class |
MQTTWireFormatFactory
Creates WireFormat objects that marshalls the Stomp protocol. |
| Uses of WireFormatFactory in org.apache.activemq.transport.stomp |
|---|
| Classes in org.apache.activemq.transport.stomp that implement WireFormatFactory | |
|---|---|
class |
StompWireFormatFactory
Creates WireFormat objects that marshalls the Stomp protocol. |
| Uses of WireFormatFactory in org.apache.activemq.transport.tcp |
|---|
| Fields in org.apache.activemq.transport.tcp declared as WireFormatFactory | |
|---|---|
protected WireFormatFactory |
TcpTransportServer.wireFormatFactory
|
| Methods in org.apache.activemq.transport.tcp that return WireFormatFactory | |
|---|---|
WireFormatFactory |
TcpTransportServer.getWireFormatFactory()
|
| Methods in org.apache.activemq.transport.tcp with parameters of type WireFormatFactory | |
|---|---|
void |
TcpTransportServer.setWireFormatFactory(WireFormatFactory wireFormatFactory)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||