|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
@Deprecated public class HttpTransport
HttpClientTransport| Constructor Summary | |
|---|---|
HttpTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
configureConnection(java.net.HttpURLConnection connection)
Deprecated. |
protected java.net.HttpURLConnection |
createReceiveConnection()
Deprecated. |
protected java.net.HttpURLConnection |
createSendConnection()
Deprecated. |
protected void |
doStart()
Deprecated. |
protected void |
doStop(ServiceStopper stopper)
Deprecated. |
protected java.net.HttpURLConnection |
getReceiveConnection()
Deprecated. |
int |
getReceiveCounter()
Deprecated. |
protected java.net.URL |
getRemoteURL()
Deprecated. |
protected java.net.HttpURLConnection |
getSendConnection()
Deprecated. |
void |
oneway(java.lang.Object o)
Deprecated. |
void |
run()
Deprecated. |
protected void |
setReceiveConnection(java.net.HttpURLConnection conn)
Deprecated. |
protected void |
setSendConnection(java.net.HttpURLConnection conn)
Deprecated. |
| Methods inherited from class org.apache.activemq.transport.http.HttpTransportSupport |
|---|
getProxyHost, getProxyPassword, getProxyPort, getProxyUser, getRemoteAddress, getRemoteUrl, getTextWireFormat, setProxyHost, setProxyPassword, setProxyPort, setProxyUser, setTextWireFormat, toString |
| Methods inherited from class org.apache.activemq.transport.TransportThreadSupport |
|---|
getStackSize, isDaemon, setDaemon, setStackSize |
| 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 org.apache.activemq.util.ServiceSupport |
|---|
addServiceListener, dispose, isStarted, isStopped, isStopping, removeServiceListener, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.activemq.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public HttpTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
throws java.net.MalformedURLException
java.net.MalformedURLException| Method Detail |
|---|
public void oneway(java.lang.Object o)
throws java.io.IOException
java.io.IOExceptionpublic void run()
protected java.net.HttpURLConnection createSendConnection()
throws java.io.IOException
java.io.IOException
protected java.net.HttpURLConnection createReceiveConnection()
throws java.io.IOException
java.io.IOExceptionprotected void configureConnection(java.net.HttpURLConnection connection)
protected java.net.URL getRemoteURL()
protected java.net.HttpURLConnection getSendConnection()
throws java.io.IOException
java.io.IOException
protected java.net.HttpURLConnection getReceiveConnection()
throws java.io.IOException
java.io.IOExceptionprotected void setSendConnection(java.net.HttpURLConnection conn)
protected void setReceiveConnection(java.net.HttpURLConnection conn)
protected void doStart()
throws java.lang.Exception
doStart in class TransportThreadSupportjava.lang.Exception
protected void doStop(ServiceStopper stopper)
throws java.lang.Exception
doStop in class ServiceSupportjava.lang.Exceptionpublic int getReceiveCounter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||