| 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 |
| Modifier and Type | Method and Description |
|---|---|
protected TextWireFormat |
HttpTransportFactory.asTextWireFormat(WireFormat wireFormat) |
protected TextWireFormat |
HttpTunnelServlet.createWireFormat() |
protected TextWireFormat |
HttpTransportServer.createWireFormat() |
TextWireFormat |
HttpTransportSupport.getTextWireFormat() |
TextWireFormat |
HttpTransportServer.getWireFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpTransportSupport.setTextWireFormat(TextWireFormat textWireFormat) |
void |
HttpTransportServer.setWireFormat(TextWireFormat wireFormat) |
| Constructor and Description |
|---|
HttpClientTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl) |
HttpTransportSupport(TextWireFormat textWireFormat,
java.net.URI remoteUrl) |
| Constructor and Description |
|---|
HttpsClientTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl) |
| Modifier and Type | Class and Description |
|---|---|
class |
XStreamWireFormat
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved. |