Uses of Class
org.apache.activemq.transport.util.TextWireFormat
Packages that use TextWireFormat
Package
Description
A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.
A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.
-
Uses of TextWireFormat in org.apache.activemq.transport.http
Methods in org.apache.activemq.transport.http that return TextWireFormatModifier and TypeMethodDescriptionprotected TextWireFormatHttpTransportFactory.asTextWireFormat(org.apache.activemq.wireformat.WireFormat wireFormat) protected TextWireFormatHttpTransportServer.createWireFormat()protected TextWireFormatHttpTunnelServlet.createWireFormat()HttpTransportSupport.getTextWireFormat()HttpTransportServer.getWireFormat()Methods in org.apache.activemq.transport.http with parameters of type TextWireFormatModifier and TypeMethodDescriptionvoidHttpTransportSupport.setTextWireFormat(TextWireFormat textWireFormat) voidHttpTransportServer.setWireFormat(TextWireFormat wireFormat) Constructors in org.apache.activemq.transport.http with parameters of type TextWireFormatModifierConstructorDescriptionHttpClientTransport(TextWireFormat wireFormat, URI remoteUrl) HttpTransportSupport(TextWireFormat textWireFormat, URI remoteUrl) -
Uses of TextWireFormat in org.apache.activemq.transport.https
Constructors in org.apache.activemq.transport.https with parameters of type TextWireFormat -
Uses of TextWireFormat in org.apache.activemq.transport.xstream
Subclasses of TextWireFormat in org.apache.activemq.transport.xstreamModifier and TypeClassDescriptionclassAWireFormatimplementation which uses the <a href="http://xstream.codehaus.org/>XStream library to marshall commands onto the wire