org.apache.activemq.transport.http
Class HttpTransportSupport
java.lang.Object
org.apache.activemq.util.ServiceSupport
org.apache.activemq.transport.TransportSupport
org.apache.activemq.transport.TransportThreadSupport
org.apache.activemq.transport.http.HttpTransportSupport
- All Implemented Interfaces:
- java.lang.Runnable, Service, Transport
- Direct Known Subclasses:
- HttpClientTransport, HttpTransport
public abstract class HttpTransportSupport
- extends TransportThreadSupport
A useful base class for HTTP Transport implementations.
- Version:
- $Revision: 1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.lang.Runnable |
run |
Methods inherited from interface org.apache.activemq.transport.Transport |
oneway |
HttpTransportSupport
public HttpTransportSupport(TextWireFormat textWireFormat,
java.net.URI remoteUrl)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getRemoteAddress
public java.lang.String getRemoteAddress()
- Returns:
- the remote address for this connection
getRemoteUrl
public java.net.URI getRemoteUrl()
getTextWireFormat
public TextWireFormat getTextWireFormat()
setTextWireFormat
public void setTextWireFormat(TextWireFormat textWireFormat)
getProxyHost
public java.lang.String getProxyHost()
setProxyHost
public void setProxyHost(java.lang.String proxyHost)
getProxyPort
public int getProxyPort()
setProxyPort
public void setProxyPort(int proxyPort)
Copyright © 2010 Apache Software Foundation. All Rights Reserved.