|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextWireFormat | |
---|---|
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 | |
---|---|
protected TextWireFormat |
HttpTransportFactory.asTextWireFormat(WireFormat wireFormat)
|
protected TextWireFormat |
HttpTunnelServlet.createWireFormat()
|
protected TextWireFormat |
HttpTransportServer.createWireFormat()
|
TextWireFormat |
HttpTransportSupport.getTextWireFormat()
|
TextWireFormat |
HttpTransportServer.getWireFormat()
|
Methods in org.apache.activemq.transport.http with parameters of type TextWireFormat | |
---|---|
void |
HttpTransportSupport.setTextWireFormat(TextWireFormat textWireFormat)
|
void |
HttpTransportServer.setWireFormat(TextWireFormat wireFormat)
|
Constructors in org.apache.activemq.transport.http with parameters of type TextWireFormat | |
---|---|
HttpClientTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
|
|
HttpTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
|
|
HttpTransportSupport(TextWireFormat textWireFormat,
java.net.URI remoteUrl)
|
Uses of TextWireFormat in org.apache.activemq.transport.https |
---|
Constructors in org.apache.activemq.transport.https with parameters of type TextWireFormat | |
---|---|
HttpsTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
|
Uses of TextWireFormat in org.apache.activemq.transport.xstream |
---|
Subclasses of TextWireFormat in org.apache.activemq.transport.xstream | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
XStreamWireFormat
A WireFormat implementation which uses the
Copyright © 2010 Apache Software Foundation. All Rights Reserved. |