|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WireFormat | |
---|---|
org.apache.activemq.broker.util | Some utility Broker Plugins |
org.apache.activemq.command | Command objects used via the Command Pattern to communicate among nodes |
org.apache.activemq.kaha | fast message persistence implementation |
org.apache.activemq.openwire | |
org.apache.activemq.store.amq | The default Store implementation for ActiveMQ |
org.apache.activemq.store.jdbc | Message persistence implemented using JDBC |
org.apache.activemq.store.journal | Message persistence using a high performance transaction log via the Journal interface. |
org.apache.activemq.store.kahadaptor | kaha implementation of message persistence for the broker |
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.multicast | A Multicast based Transport implementation. |
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. |
org.apache.activemq.transport.udp | UDP based Transport implementation. |
org.apache.activemq.wireformat | An API for WireFormats which are used to turn object into bytes and bytes into objects. |
Uses of WireFormat in org.apache.activemq.broker.util |
---|
Fields in org.apache.activemq.broker.util declared as WireFormat | |
---|---|
protected WireFormat |
UDPTraceBrokerPlugin.wireFormat
|
Methods in org.apache.activemq.broker.util that return WireFormat | |
---|---|
protected WireFormat |
UDPTraceBrokerPlugin.createWireFormat()
|
WireFormat |
UDPTraceBrokerPlugin.getWireFormat()
|
Methods in org.apache.activemq.broker.util with parameters of type WireFormat | |
---|---|
void |
UDPTraceBrokerPlugin.setWireFormat(WireFormat wireFormat)
|
Uses of WireFormat in org.apache.activemq.command |
---|
Methods in org.apache.activemq.command with parameters of type WireFormat | |
---|---|
void |
MarshallAware.afterMarshall(WireFormat wireFormat)
|
void |
WireFormatInfo.afterMarshall(WireFormat wireFormat)
|
void |
Message.afterMarshall(WireFormat wireFormat)
|
void |
MarshallAware.afterUnmarshall(WireFormat wireFormat)
|
void |
WireFormatInfo.afterUnmarshall(WireFormat wireFormat)
|
void |
Message.afterUnmarshall(WireFormat wireFormat)
|
void |
MarshallAware.beforeMarshall(WireFormat wireFormat)
|
void |
WireFormatInfo.beforeMarshall(WireFormat wireFormat)
|
void |
Message.beforeMarshall(WireFormat wireFormat)
|
void |
ActiveMQObjectMessage.beforeMarshall(WireFormat wireFormat)
|
void |
ActiveMQTextMessage.beforeMarshall(WireFormat wireFormat)
|
void |
ActiveMQMapMessage.beforeMarshall(WireFormat wireFormat)
|
void |
MarshallAware.beforeUnmarshall(WireFormat wireFormat)
|
void |
WireFormatInfo.beforeUnmarshall(WireFormat wireFormat)
|
void |
Message.beforeUnmarshall(WireFormat wireFormat)
|
ByteSequence |
WireFormatInfo.getCachedMarshalledForm(WireFormat wireFormat)
|
void |
WireFormatInfo.setCachedMarshalledForm(WireFormat wireFormat,
ByteSequence data)
|
Uses of WireFormat in org.apache.activemq.kaha |
---|
Constructors in org.apache.activemq.kaha with parameters of type WireFormat | |
---|---|
CommandMarshaller(WireFormat wireFormat)
|
|
MessageMarshaller(WireFormat wireFormat)
Constructor |
Uses of WireFormat in org.apache.activemq.openwire |
---|
Classes in org.apache.activemq.openwire that implement WireFormat | |
---|---|
class |
OpenWireFormat
|
Methods in org.apache.activemq.openwire that return WireFormat | |
---|---|
WireFormat |
OpenWireFormatFactory.createWireFormat()
|
Uses of WireFormat in org.apache.activemq.store.amq |
---|
Methods in org.apache.activemq.store.amq that return WireFormat | |
---|---|
WireFormat |
AMQPersistenceAdapter.getWireFormat()
|
Methods in org.apache.activemq.store.amq with parameters of type WireFormat | |
---|---|
void |
AMQTxOperation.readExternal(WireFormat wireFormat,
java.io.DataInput dis)
|
void |
AMQPersistenceAdapter.setWireFormat(WireFormat wireFormat)
|
void |
AMQTxOperation.writeExternal(WireFormat wireFormat,
java.io.DataOutput dos)
|
Uses of WireFormat in org.apache.activemq.store.jdbc |
---|
Fields in org.apache.activemq.store.jdbc declared as WireFormat | |
---|---|
protected WireFormat |
JDBCMessageStore.wireFormat
|
Methods in org.apache.activemq.store.jdbc that return WireFormat | |
---|---|
WireFormat |
JDBCPersistenceAdapter.getWireFormat()
|
Methods in org.apache.activemq.store.jdbc with parameters of type WireFormat | |
---|---|
void |
JDBCPersistenceAdapter.setWireFormat(WireFormat wireFormat)
|
Constructors in org.apache.activemq.store.jdbc with parameters of type WireFormat | |
---|---|
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQDestination destination,
ActiveMQMessageAudit audit)
|
|
JDBCPersistenceAdapter(javax.sql.DataSource ds,
WireFormat wireFormat)
|
|
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQTopic topic,
ActiveMQMessageAudit audit)
|
Uses of WireFormat in org.apache.activemq.store.journal |
---|
Methods in org.apache.activemq.store.journal that return WireFormat | |
---|---|
WireFormat |
JournalPersistenceAdapter.getWireFormat()
|
Uses of WireFormat in org.apache.activemq.store.kahadaptor |
---|
Constructors in org.apache.activemq.store.kahadaptor with parameters of type WireFormat | |
---|---|
AMQTxMarshaller(WireFormat wireFormat)
|
|
TransactionMarshaller(WireFormat wireFormat)
|
Uses of WireFormat in org.apache.activemq.transport |
---|
Fields in org.apache.activemq.transport declared as WireFormat | |
---|---|
protected WireFormat |
AbstractInactivityMonitor.wireFormat
|
Methods in org.apache.activemq.transport that return WireFormat | |
---|---|
protected WireFormat |
TransportFactory.createWireFormat(java.util.Map<java.lang.String,java.lang.String> options)
|
Methods in org.apache.activemq.transport with parameters of type WireFormat | |
---|---|
Transport |
TransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
Similar to configure(...) but this avoid adding in the MutexTransport and ResponseCorrelator transport layers so that the resulting transport can more efficiently be used as part of a composite transport. |
Transport |
TransportFactory.configure(Transport transport,
WireFormat wf,
java.util.Map options)
Fully configures and adds all need transport filters so that the transport can be used by the JMS client. |
protected Transport |
TransportFactory.createTransport(java.net.URI location,
WireFormat wf)
Factory method to create a new transport |
Transport |
TransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
Fully configures and adds all need transport filters so that the transport can be used by the ActiveMQ message broker. |
Constructors in org.apache.activemq.transport with parameters of type WireFormat | |
---|---|
AbstractInactivityMonitor(Transport next,
WireFormat wireFormat)
|
|
InactivityMonitor(Transport next,
WireFormat wireFormat)
|
|
MarshallingTransportFilter(Transport next,
WireFormat localWireFormat,
WireFormat remoteWireFormat)
|
Uses of WireFormat in org.apache.activemq.transport.mqtt |
---|
Classes in org.apache.activemq.transport.mqtt that implement WireFormat | |
---|---|
class |
MQTTWireFormat
Implements marshalling and unmarsalling the MQTT protocol. |
Methods in org.apache.activemq.transport.mqtt that return WireFormat | |
---|---|
WireFormat |
MQTTWireFormatFactory.createWireFormat()
|
Methods in org.apache.activemq.transport.mqtt with parameters of type WireFormat | |
---|---|
Transport |
MQTTNIOTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
Transport |
MQTTSslTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
Transport |
MQTTTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
protected Transport |
MQTTNIOTransportFactory.createInactivityMonitor(Transport transport,
WireFormat format)
|
protected Transport |
MQTTSslTransportFactory.createInactivityMonitor(Transport transport,
WireFormat format)
|
protected Transport |
MQTTTransportFactory.createInactivityMonitor(Transport transport,
WireFormat format)
|
protected TcpTransport |
MQTTNIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
protected TcpTransport |
MQTTNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
Transport |
MQTTNIOTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Transport |
MQTTSslTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Transport |
MQTTTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Constructors in org.apache.activemq.transport.mqtt with parameters of type WireFormat | |
---|---|
MQTTInactivityMonitor(Transport next,
WireFormat wireFormat)
|
|
MQTTNIOSSLTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
MQTTNIOSSLTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
|
MQTTNIOTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
MQTTNIOTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
|
MQTTTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext)
|
Uses of WireFormat in org.apache.activemq.transport.multicast |
---|
Methods in org.apache.activemq.transport.multicast with parameters of type WireFormat | |
---|---|
protected Transport |
MulticastTransportFactory.createTransport(java.net.URI location,
WireFormat wf)
|
Uses of WireFormat in org.apache.activemq.transport.nio |
---|
Methods in org.apache.activemq.transport.nio with parameters of type WireFormat | |
---|---|
Transport |
NIOSSLTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
Overriding to allow for proper configuration through reflection but delegate to get common configuration |
protected TcpTransport |
NIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
protected Transport |
NIOSSLTransportFactory.createTransport(java.net.URI location,
WireFormat wf)
Overriding to use SslTransports. |
Constructors in org.apache.activemq.transport.nio with parameters of type WireFormat | |
---|---|
NIOSSLTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
NIOSSLTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
|
NIOTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
NIOTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
Uses of WireFormat in org.apache.activemq.transport.stomp |
---|
Classes in org.apache.activemq.transport.stomp that implement WireFormat | |
---|---|
class |
StompWireFormat
Implements marshalling and unmarsalling the Stomp protocol. |
Methods in org.apache.activemq.transport.stomp that return WireFormat | |
---|---|
WireFormat |
StompWireFormatFactory.createWireFormat()
|
Methods in org.apache.activemq.transport.stomp with parameters of type WireFormat | |
---|---|
Transport |
StompSslTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
Transport |
StompNIOTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
Transport |
StompTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
protected Transport |
StompTransportFactory.createInactivityMonitor(Transport transport,
WireFormat format)
|
protected TcpTransport |
StompNIOTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
protected TcpTransport |
StompNIOSSLTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
|
Transport |
StompSslTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Transport |
StompNIOTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Transport |
StompTransportFactory.serverConfigure(Transport transport,
WireFormat format,
java.util.HashMap options)
|
Constructors in org.apache.activemq.transport.stomp with parameters of type WireFormat | |
---|---|
StompInactivityMonitor(Transport next,
WireFormat wireFormat)
|
|
StompNIOSSLTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
StompNIOSSLTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
|
StompNIOTransport(WireFormat wireFormat,
java.net.Socket socket)
|
|
StompNIOTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
|
|
StompTransportFilter(Transport next,
WireFormat wireFormat,
BrokerContext brokerContext)
|
Uses of WireFormat in org.apache.activemq.transport.tcp |
---|
Fields in org.apache.activemq.transport.tcp declared as WireFormat | |
---|---|
protected WireFormat |
TcpTransport.wireFormat
|
Methods in org.apache.activemq.transport.tcp that return WireFormat | |
---|---|
WireFormat |
TcpTransport.getWireFormat()
|
Methods in org.apache.activemq.transport.tcp with parameters of type WireFormat | |
---|---|
Transport |
SslTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
Overriding to allow for proper configuration through reflection but delegate to get common configuration |
Transport |
TcpTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
protected Transport |
TcpTransportFactory.createInactivityMonitor(Transport transport,
WireFormat format)
|
protected TcpTransport |
TcpTransportFactory.createTcpTransport(WireFormat wf,
javax.net.SocketFactory socketFactory,
java.net.URI location,
java.net.URI localLocation)
Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport intances. |
protected Transport |
TcpTransportServer.createTransport(java.net.Socket socket,
WireFormat format)
Allow derived classes to override the Transport implementation that this transport server creates. |
protected Transport |
SslTransportServer.createTransport(java.net.Socket socket,
WireFormat format)
Used to create Transports for this server. |
protected Transport |
SslTransportFactory.createTransport(java.net.URI location,
WireFormat wf)
Overriding to use SslTransports. |
protected Transport |
TcpTransportFactory.createTransport(java.net.URI location,
WireFormat wf)
|
Constructors in org.apache.activemq.transport.tcp with parameters of type WireFormat | |
---|---|
SslTransport(WireFormat wireFormat,
javax.net.ssl.SSLSocket socket)
Initialize from a ServerSocket. |
|
SslTransport(WireFormat wireFormat,
javax.net.ssl.SSLSocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation,
boolean needClientAuth)
Connect to a remote node such as a Broker. |
|
TcpTransport(WireFormat wireFormat,
java.net.Socket socket)
Initialize from a server Socket |
|
TcpTransport(WireFormat wireFormat,
javax.net.SocketFactory socketFactory,
java.net.URI remoteLocation,
java.net.URI localLocation)
Connect to a remote Node - e.g. |
Uses of WireFormat in org.apache.activemq.transport.udp |
---|
Methods in org.apache.activemq.transport.udp with parameters of type WireFormat | |
---|---|
protected OpenWireFormat |
UdpTransportFactory.asOpenWireFormat(WireFormat wf)
|
Transport |
UdpTransportFactory.compositeConfigure(Transport transport,
WireFormat format,
java.util.Map options)
|
Transport |
UdpTransportFactory.configure(Transport transport,
WireFormat format,
java.util.Map options)
|
protected Transport |
UdpTransportFactory.configure(Transport transport,
WireFormat format,
java.util.Map options,
boolean acceptServer)
Configures the transport |
protected Transport |
UdpTransportFactory.configureClientSideNegotiator(Transport transport,
WireFormat format,
UdpTransport udpTransport)
|
protected Transport |
UdpTransportFactory.createTransport(int port,
WireFormat wf)
|
protected Transport |
UdpTransportFactory.createTransport(java.net.URI location,
WireFormat wf)
|
Uses of WireFormat in org.apache.activemq.wireformat |
---|
Classes in org.apache.activemq.wireformat that implement WireFormat | |
---|---|
class |
ObjectStreamWireFormat
A simple implementation which uses Object Stream serialization. |
Methods in org.apache.activemq.wireformat that return WireFormat | |
---|---|
WireFormat |
WireFormatFactory.createWireFormat()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |