Uses of Class
org.apache.activemq.transport.util.TextWireFormat
-
Packages that use TextWireFormat Package Description org.apache.activemq.transport.http A transport using the HTTP protocol to allow ActiveMQ to tunnel through firewalls.org.apache.activemq.transport.https A transport using the HTTPS protocol (built on top of the HTTP transport) to allow ActiveMQ to tunnel through firewalls using SSL.org.apache.activemq.transport.xstream -
-
Uses of TextWireFormat in org.apache.activemq.transport.http
Methods in org.apache.activemq.transport.http that return TextWireFormat Modifier and Type Method Description protected TextWireFormatHttpTransportFactory. asTextWireFormat(WireFormat wireFormat)protected TextWireFormatHttpTransportServer. createWireFormat()protected TextWireFormatHttpTunnelServlet. createWireFormat()TextWireFormatHttpTransportSupport. getTextWireFormat()TextWireFormatHttpTransportServer. getWireFormat()Methods in org.apache.activemq.transport.http with parameters of type TextWireFormat Modifier and Type Method Description voidHttpTransportSupport. setTextWireFormat(TextWireFormat textWireFormat)voidHttpTransportServer. setWireFormat(TextWireFormat wireFormat)Constructors in org.apache.activemq.transport.http with parameters of type TextWireFormat Constructor Description HttpClientTransport(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 Constructor Description HttpsClientTransport(TextWireFormat wireFormat, URI remoteUrl) -
Uses of TextWireFormat in org.apache.activemq.transport.xstream
Subclasses of TextWireFormat in org.apache.activemq.transport.xstream Modifier and Type Class Description classXStreamWireFormat
-