Uses of Interface
org.apache.activemq.wireformat.WireFormat
Packages that use WireFormat
Package
Description
Command objects used via the Command Pattern to communicate among nodes
The core Transport abstraction and support classes
Fail-Over Transport which will automatically reconnect to a failed transport and choose one of a list of possible transport implementations to use.
Fan-out Transport implementation which ensures that a message is sent to multiple destinations such as to ensure multiple brokers received a message for non-durable topic delivery to improve redundancy
A mock implementation of the Transport layer useful for testing
A Multicast based Transport implementation.
TCP/IP based Transport implementation.
UDP based Transport implementation.
An API for WireFormats which are used to turn object into bytes and bytes into objects.
-
Uses of WireFormat in org.apache.activemq.command
Methods in org.apache.activemq.command with parameters of type WireFormatModifier and TypeMethodDescriptionvoidMarshallAware.afterMarshall(WireFormat wireFormat) voidMessage.afterMarshall(WireFormat wireFormat) voidWireFormatInfo.afterMarshall(WireFormat wireFormat) voidMarshallAware.afterUnmarshall(WireFormat wireFormat) voidMessage.afterUnmarshall(WireFormat wireFormat) voidWireFormatInfo.afterUnmarshall(WireFormat wireFormat) voidActiveMQMapMessage.beforeMarshall(WireFormat wireFormat) voidActiveMQObjectMessage.beforeMarshall(WireFormat wireFormat) voidActiveMQTextMessage.beforeMarshall(WireFormat wireFormat) voidMarshallAware.beforeMarshall(WireFormat wireFormat) voidMessage.beforeMarshall(WireFormat wireFormat) voidWireFormatInfo.beforeMarshall(WireFormat wireFormat) voidMarshallAware.beforeUnmarshall(WireFormat wireFormat) voidMessage.beforeUnmarshall(WireFormat wireFormat) voidWireFormatInfo.beforeUnmarshall(WireFormat wireFormat) WireFormatInfo.getCachedMarshalledForm(WireFormat wireFormat) voidWireFormatInfo.setCachedMarshalledForm(WireFormat wireFormat, ByteSequence data) -
Uses of WireFormat in org.apache.activemq.openwire
Classes in org.apache.activemq.openwire that implement WireFormatMethods in org.apache.activemq.openwire that return WireFormat -
Uses of WireFormat in org.apache.activemq.transport
Fields in org.apache.activemq.transport declared as WireFormatMethods in org.apache.activemq.transport that return WireFormatModifier and TypeMethodDescriptionprotected WireFormatTransportFactory.createWireFormat(Map<String, String> options) Transport.getWireFormat()Retrieves the WireFormat instance associated with this Transport instance.TransportFilter.getWireFormat()Methods in org.apache.activemq.transport with parameters of type WireFormatModifier and TypeMethodDescriptionTransportFactory.compositeConfigure(Transport transport, WireFormat format, 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.TransportFactory.configure(Transport transport, WireFormat wf, Map options) Fully configures and adds all need transport filters so that the transport can be used by the JMS client.protected TransportTransportFactory.createTransport(URI location, WireFormat wf) Factory method to create a new transportTransportFactory.serverConfigure(Transport transport, WireFormat format, 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 WireFormatModifierConstructorDescriptionAbstractInactivityMonitor(Transport next, WireFormat wireFormat) InactivityMonitor(Transport next, WireFormat wireFormat) MarshallingTransportFilter(Transport next, WireFormat localWireFormat, WireFormat remoteWireFormat) -
Uses of WireFormat in org.apache.activemq.transport.failover
Methods in org.apache.activemq.transport.failover that return WireFormat -
Uses of WireFormat in org.apache.activemq.transport.fanout
Methods in org.apache.activemq.transport.fanout that return WireFormat -
Uses of WireFormat in org.apache.activemq.transport.mock
Methods in org.apache.activemq.transport.mock that return WireFormat -
Uses of WireFormat in org.apache.activemq.transport.multicast
Methods in org.apache.activemq.transport.multicast with parameters of type WireFormatModifier and TypeMethodDescriptionprotected TransportMulticastTransportFactory.createTransport(URI location, WireFormat wf) -
Uses of WireFormat in org.apache.activemq.transport.nio
Methods in org.apache.activemq.transport.nio with parameters of type WireFormatModifier and TypeMethodDescriptionNIOSSLTransportFactory.compositeConfigure(Transport transport, WireFormat format, Map options) Overriding to allow for proper configuration through reflection but delegate to get common configurationprotected TcpTransportNIOTransportFactory.createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) protected TransportNIOSSLTransportFactory.createTransport(URI location, WireFormat wf) Overriding to use SslTransports.NIOSSLTransportFactory.createTransport(WireFormat wireFormat, Socket socket, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer) protected TransportNIOSSLTransportServer.createTransport(Socket socket, WireFormat format) NIOTransportFactory.createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) Constructors in org.apache.activemq.transport.nio with parameters of type WireFormatModifierConstructorDescriptionNIOSSLTransport(WireFormat wireFormat, Socket socket, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer) NIOSSLTransport(WireFormat wireFormat, SocketFactory socketFactory, URI remoteLocation, URI localLocation) NIOTransport(WireFormat wireFormat, Socket socket) NIOTransport(WireFormat format, Socket socket, TcpTransport.InitBuffer initBuffer) NIOTransport(WireFormat wireFormat, SocketFactory socketFactory, URI remoteLocation, URI localLocation) -
Uses of WireFormat in org.apache.activemq.transport.tcp
Fields in org.apache.activemq.transport.tcp declared as WireFormatMethods in org.apache.activemq.transport.tcp that return WireFormatMethods in org.apache.activemq.transport.tcp with parameters of type WireFormatModifier and TypeMethodDescriptionSslTransportFactory.compositeConfigure(Transport transport, WireFormat format, Map options) Overriding to allow for proper configuration through reflection but delegate to get common configurationTcpTransportFactory.compositeConfigure(Transport transport, WireFormat format, Map options) protected TransportTcpTransportFactory.createInactivityMonitor(Transport transport, WireFormat format) protected TcpTransportTcpTransportFactory.createTcpTransport(WireFormat wf, SocketFactory socketFactory, URI location, URI localLocation) Allows subclasses of TcpTransportFactory to provide a create custom TcpTransport instances.protected TransportSslTransportFactory.createTransport(URI location, WireFormat wf) Overriding to use SslTransports.SslTransportFactory.createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) protected TransportSslTransportServer.createTransport(Socket socket, WireFormat format) Used to create Transports for this server.protected TransportTcpTransportFactory.createTransport(URI location, WireFormat wf) TcpTransportFactory.createTransport(WireFormat wireFormat, Socket socket, SSLEngine engine, TcpTransport.InitBuffer initBuffer, ByteBuffer inputBuffer) TcpTransportFactory.createTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) protected TransportTcpTransportServer.createTransport(Socket socket, WireFormat format) Allow derived classes to override the Transport implementation that this transport server creates.Constructors in org.apache.activemq.transport.tcp with parameters of type WireFormatModifierConstructorDescriptionSslTransport(WireFormat wireFormat, SSLSocket socket) Initialize from a ServerSocket.SslTransport(WireFormat wireFormat, SSLSocketFactory socketFactory, URI remoteLocation, URI localLocation, boolean needClientAuth) Connect to a remote node such as a Broker.SslTransport(WireFormat format, SSLSocket socket, TcpTransport.InitBuffer initBuffer) TcpTransport(WireFormat wireFormat, Socket socket) Initialize from a server SocketTcpTransport(WireFormat wireFormat, Socket socket, TcpTransport.InitBuffer initBuffer) TcpTransport(WireFormat wireFormat, SocketFactory socketFactory, URI remoteLocation, URI localLocation) Connect to a remote Node - e.g. a BrokerTransportInfo(WireFormat format, Transport transport, TransportFactory transportFactory) -
Uses of WireFormat in org.apache.activemq.transport.udp
Methods in org.apache.activemq.transport.udp with parameters of type WireFormatModifier and TypeMethodDescriptionprotected OpenWireFormatUdpTransportFactory.asOpenWireFormat(WireFormat wf) Deprecated.UdpTransportFactory.compositeConfigure(Transport transport, WireFormat format, Map options) Deprecated.UdpTransportFactory.configure(Transport transport, WireFormat format, Map options) Deprecated.protected TransportUdpTransportFactory.configure(Transport transport, WireFormat format, Map options, boolean acceptServer) Deprecated.Configures the transportprotected TransportUdpTransportFactory.configureClientSideNegotiator(Transport transport, WireFormat format, UdpTransport udpTransport) Deprecated.protected TransportUdpTransportFactory.createTransport(int port, WireFormat wf) Deprecated.protected TransportUdpTransportFactory.createTransport(URI location, WireFormat wf) Deprecated. -
Uses of WireFormat in org.apache.activemq.wireformat
Classes in org.apache.activemq.wireformat that implement WireFormatModifier and TypeClassDescriptionclassA simple implementation which uses Object Stream serialization.Methods in org.apache.activemq.wireformat that return WireFormat