public abstract class HttpTransportSupport extends org.apache.activemq.transport.TransportThreadSupport
| Constructor and Description |
|---|
HttpTransportSupport(TextWireFormat textWireFormat,
URI remoteUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getProxyHost() |
String |
getProxyPassword() |
int |
getProxyPort() |
String |
getProxyUser() |
String |
getRemoteAddress() |
URI |
getRemoteUrl() |
protected abstract String |
getSystemPropertyPrefix() |
TextWireFormat |
getTextWireFormat() |
void |
setProxyHost(String proxyHost) |
void |
setProxyPassword(String proxyPassword) |
void |
setProxyPort(int proxyPort) |
void |
setProxyUser(String proxyUser) |
void |
setTextWireFormat(TextWireFormat textWireFormat) |
String |
toString() |
doStart, getStackSize, isDaemon, setDaemon, setStackSizeasyncRequest, checkStarted, doConsume, getTransportListener, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, onException, reconnect, request, request, setTransportListener, updateURIsaddServiceListener, dispose, doStop, isStarted, isStopped, isStopping, postStop, preStart, removeServiceListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic HttpTransportSupport(TextWireFormat textWireFormat, URI remoteUrl)
public String getRemoteAddress()
public URI getRemoteUrl()
public TextWireFormat getTextWireFormat()
public void setTextWireFormat(TextWireFormat textWireFormat)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public int getProxyPort()
public void setProxyPort(int proxyPort)
public String getProxyUser()
public void setProxyUser(String proxyUser)
public String getProxyPassword()
public void setProxyPassword(String proxyPassword)
protected abstract String getSystemPropertyPrefix()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.