org.apache.activemq.transport.https
Class HttpsTransport

java.lang.Object
  extended by org.apache.activemq.util.ServiceSupport
      extended by org.apache.activemq.transport.TransportSupport
          extended by org.apache.activemq.transport.TransportThreadSupport
              extended by org.apache.activemq.transport.http.HttpTransportSupport
                  extended by org.apache.activemq.transport.http.HttpTransport
                      extended by org.apache.activemq.transport.https.HttpsTransport
All Implemented Interfaces:
java.lang.Runnable, Service, Transport

public class HttpsTransport
extends HttpTransport


Constructor Summary
HttpsTransport(TextWireFormat wireFormat, java.net.URI remoteUrl)
           
 
Method Summary
protected  java.net.HttpURLConnection createReceiveConnection()
           
protected  java.net.HttpURLConnection createSendConnection()
           
 
Methods inherited from class org.apache.activemq.transport.http.HttpTransport
configureConnection, doStart, doStop, getReceiveConnection, getRemoteURL, getSendConnection, oneway, run, setReceiveConnection, setSendConnection
 
Methods inherited from class org.apache.activemq.transport.http.HttpTransportSupport
getProxyHost, getProxyPort, getRemoteAddress, getRemoteUrl, getTextWireFormat, setProxyHost, setProxyPort, setTextWireFormat, toString
 
Methods inherited from class org.apache.activemq.transport.TransportThreadSupport
isDaemon, setDaemon
 
Methods inherited from class org.apache.activemq.transport.TransportSupport
asyncRequest, checkStarted, doConsume, getTransportListener, narrow, onException, request, request, setTransportListener
 
Methods inherited from class org.apache.activemq.util.ServiceSupport
dispose, isStarted, isStopped, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.activemq.Service
start, stop
 

Constructor Detail

HttpsTransport

public HttpsTransport(TextWireFormat wireFormat,
                      java.net.URI remoteUrl)
               throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException
Method Detail

createSendConnection

protected java.net.HttpURLConnection createSendConnection()
                                                   throws java.io.IOException
Overrides:
createSendConnection in class HttpTransport
Throws:
java.io.IOException

createReceiveConnection

protected java.net.HttpURLConnection createReceiveConnection()
                                                      throws java.io.IOException
Overrides:
createReceiveConnection in class HttpTransport
Throws:
java.io.IOException


Copyright © 2009 Apache Software Foundation. All Rights Reserved.