org.apache.activemq.transport.https
Class HttpsTransport
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportSupport
org.apache.activemq.transport.TransportThreadSupport
org.apache.activemq.transport.http.HttpTransportSupport
org.apache.activemq.transport.http.HttpTransport
org.apache.activemq.transport.https.HttpsTransport
- All Implemented Interfaces:
- Runnable, Service, Transport
public class HttpsTransport
- extends HttpTransport
Methods inherited from class org.apache.activemq.transport.http.HttpTransport |
configureConnection, doStart, doStop, getReceiveConnection, getReceiveCounter, getRemoteURL, getSendConnection, oneway, run, setReceiveConnection, setSendConnection |
Methods inherited from class org.apache.activemq.transport.TransportSupport |
asyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, narrow, onException, reconnect, request, request, setTransportListener |
HttpsTransport
public HttpsTransport(TextWireFormat wireFormat,
URI remoteUrl)
throws MalformedURLException
- Throws:
MalformedURLException
createSendConnection
protected HttpURLConnection createSendConnection()
throws IOException
- Overrides:
createSendConnection
in class HttpTransport
- Throws:
IOException
createReceiveConnection
protected HttpURLConnection createReceiveConnection()
throws IOException
- Overrides:
createReceiveConnection
in class HttpTransport
- Throws:
IOException
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.