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(org.apache.activemq.wireformat.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,
URI remoteUrl) |
HttpTransportSupport(TextWireFormat textWireFormat,
URI remoteUrl) |
Constructor and Description |
---|
HttpsClientTransport(TextWireFormat wireFormat,
URI remoteUrl) |
Modifier and Type | Class and Description |
---|---|
class |
XStreamWireFormat
Copyright © 2005–2018 FuseSource, Corp.. All rights reserved. |