java.lang.Object
org.activemq.transport.TransportChannelSupport
org.activemq.transport.http.HttpTransportChannelSupport
org.activemq.transport.http.HttpTransportChannel
org.activemq.transport.https.HttpsTransportChannel
- All Implemented Interfaces:
- java.lang.Runnable, org.activemq.service.Service, org.activemq.transport.TransportChannel
- public class HttpsTransportChannel
- extends org.activemq.transport.http.HttpTransportChannel
| Methods inherited from class org.activemq.transport.http.HttpTransportChannel |
asyncSend, configureConnection, forceDisconnect, getReceiveConnection, getRemoteURL, getSendConnection, isMulticast, run, setReceiveConnection, setSendConnection, stop |
| Methods inherited from class org.activemq.transport.http.HttpTransportChannelSupport |
canProcessWireFormatVersion, getClosed, getCurrentWireFormatVersion, getRemoteUrl, getStarted, getTextWireFormat, getWireFormat, setClientID, setWireFormat, start, startThread, toString |
| Methods inherited from class org.activemq.transport.TransportChannelSupport |
addTransportStatusEventListener, asyncSendWithReceipt, doAsyncSend, doConsumePacket, doConsumePacket, doesSupportMessageCompression, doesSupportMessageFragmentation, doesSupportWireFormatVersioning, doHandleReceipt, doHandleWireFormat, fireStatusEvent, fireStatusEvent, getClientID, getEmbeddedBrokerConnector, getExceptionListener, getLastReceiptTimestamp, getPacketListener, getTransportChannelListener, isCachingEnabled, isNoDelay, isPendingStop, isServerSide, isTransportConnected, isUsedInternally, onAsyncException, removeTransportStatusEventListener, requiresEmbeddedBroker, send, send, setCachingEnabled, setExceptionListener, setNoDelay, setPacketListener, setPendingStop, setServerSide, setTransportChannelListener, setTransportConnected, setUsedInternally, setWireFormat, stopExecutor |
log
private static final org.apache.commons.logging.Log log
HttpsTransportChannel
public HttpsTransportChannel(org.activemq.io.TextWireFormat wireFormat,
java.lang.String remoteUrl)
throws java.net.MalformedURLException
createSendConnection
protected java.net.HttpURLConnection createSendConnection()
throws java.io.IOException
createReceiveConnection
protected java.net.HttpURLConnection createReceiveConnection()
throws java.io.IOException