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.
| Methods inherited from class org.apache.activemq.transport.TransportSupport |
asyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, request, setTransportListener, updateURIs |
| 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 |
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()
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)
getProxyUser
public java.lang.String getProxyUser()
setProxyUser
public void setProxyUser(java.lang.String proxyUser)
getProxyPassword
public java.lang.String getProxyPassword()
setProxyPassword
public void setProxyPassword(java.lang.String proxyPassword)
Copyright © 2005-2012 FuseSource, Corp.. All Rights Reserved.