org.activemq.transport.https
Class HttpsTransportChannel

java.lang.Object
  extended byorg.activemq.transport.TransportChannelSupport
      extended byorg.activemq.transport.http.HttpTransportChannelSupport
          extended byorg.activemq.transport.http.HttpTransportChannel
              extended byorg.activemq.transport.https.HttpsTransportChannel
All Implemented Interfaces:
Runnable, org.activemq.service.Service, org.activemq.transport.TransportChannel

public class HttpsTransportChannel
extends HttpTransportChannel


Field Summary
 
Fields inherited from class org.activemq.transport.TransportChannelSupport
cachingEnabled, currentWireFormat, noDelay, pendingStop, transportConnected, usedInternally
 
Constructor Summary
HttpsTransportChannel(org.activemq.io.TextWireFormat wireFormat, String remoteUrl)
           
 
Method Summary
protected  HttpURLConnection createReceiveConnection()
           
protected  HttpURLConnection createSendConnection()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HttpsTransportChannel

public HttpsTransportChannel(org.activemq.io.TextWireFormat wireFormat,
                             String remoteUrl)
                      throws MalformedURLException
Method Detail

createSendConnection

protected HttpURLConnection createSendConnection()
                                          throws IOException
Overrides:
createSendConnection in class HttpTransportChannel
Throws:
IOException

createReceiveConnection

protected HttpURLConnection createReceiveConnection()
                                             throws IOException
Overrides:
createReceiveConnection in class HttpTransportChannel
Throws:
IOException


Copyright © 2004-2007 Protique, Ltd.. All Rights Reserved.