Save This Page
Home » apache-activemq-5.1.0-src » org.apache » activemq » transport » http » [javadoc | source]
org.apache.activemq.transport.http
public class: HttpTransport [javadoc | source]
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

All Implemented Interfaces:
    Runnable, Transport, Service

Direct Known Subclasses:
    HttpsTransport

Fields inherited from org.apache.activemq.transport.TransportSupport:
transportListener
Constructor:
 public HttpTransport(TextWireFormat wireFormat,
    URI remoteUrl) throws MalformedURLException 
Method from org.apache.activemq.transport.http.HttpTransport Summary:
configureConnection,   createReceiveConnection,   createSendConnection,   doStart,   doStop,   getReceiveConnection,   getRemoteURL,   getSendConnection,   oneway,   run,   setReceiveConnection,   setSendConnection
Methods from org.apache.activemq.transport.http.HttpTransportSupport:
getProxyHost,   getProxyPort,   getRemoteAddress,   getRemoteUrl,   getTextWireFormat,   setProxyHost,   setProxyPort,   setTextWireFormat,   toString
Methods from org.apache.activemq.transport.TransportThreadSupport:
doStart,   getStackSize,   isDaemon,   setDaemon,   setStackSize
Methods from org.apache.activemq.transport.TransportSupport:
asyncRequest,   checkStarted,   doConsume,   getTransportListener,   isConnected,   isDisposed,   isFaultTolerant,   narrow,   onException,   reconnect,   request,   request,   setTransportListener
Methods from org.apache.activemq.util.ServiceSupport:
dispose,   doStart,   doStop,   isStarted,   isStopped,   isStopping,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.activemq.transport.http.HttpTransport Detail:
 protected  void configureConnection(HttpURLConnection connection) 
 protected HttpURLConnection createReceiveConnection() throws IOException 
 protected HttpURLConnection createSendConnection() throws IOException 
 protected  void doStart() throws Exception 
 protected  void doStop(ServiceStopper stopper) throws Exception 
 protected HttpURLConnection getReceiveConnection() throws IOException 
 protected URL getRemoteURL() 
 protected HttpURLConnection getSendConnection() throws IOException 
 public  void oneway(Object o) throws IOException 
 public  void run() 
 protected  void setReceiveConnection(HttpURLConnection conn) 
 protected  void setSendConnection(HttpURLConnection conn)