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:
Runnable,org.apache.activemq.Service,org.apache.activemq.transport.Transport
- Direct Known Subclasses:
HttpClientTransport
public abstract class HttpTransportSupport
extends org.apache.activemq.transport.TransportThreadSupport
A useful base class for HTTP Transport implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintprotected abstract StringvoidsetNonProxyHosts(String nonProxyHosts) voidsetProxyHost(String proxyHost) voidsetProxyPassword(String proxyPassword) voidsetProxyPort(int proxyPort) voidsetProxyUser(String proxyUser) voidsetTextWireFormat(TextWireFormat textWireFormat) toString()Methods inherited from class org.apache.activemq.transport.TransportThreadSupport
doStart, getStackSize, isDaemon, setDaemon, setStackSizeMethods inherited from class org.apache.activemq.transport.TransportSupport
asyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, request, setTransportListener, updateURIsMethods inherited from class org.apache.activemq.util.ServiceSupport
addServiceListener, dispose, doStop, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.Service
start, stopMethods inherited from interface org.apache.activemq.transport.Transport
getPeerCertificates, getReceiveCounter, getWireFormat, oneway, setPeerCertificates
-
Constructor Details
-
HttpTransportSupport
-
-
Method Details
-
toString
-
getRemoteAddress
-
getRemoteUrl
-
getTextWireFormat
-
setTextWireFormat
-
getProxyHost
-
setProxyHost
-
getNonProxyHosts
-
setNonProxyHosts
-
getProxyPort
public int getProxyPort() -
setProxyPort
public void setProxyPort(int proxyPort) -
getProxyUser
-
setProxyUser
-
getProxyPassword
-
setProxyPassword
-
getSystemPropertyPrefix
-