|
||||||||||
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
org.apache.activemq.transport.https.HttpsTransport
public class HttpsTransport
Constructor Summary | |
---|---|
HttpsTransport(TextWireFormat wireFormat,
java.net.URI remoteUrl)
|
Method Summary | |
---|---|
protected java.net.HttpURLConnection |
createReceiveConnection()
|
protected java.net.HttpURLConnection |
createSendConnection()
|
Methods inherited from class org.apache.activemq.transport.http.HttpTransport |
---|
configureConnection, doStart, doStop, getReceiveConnection, getRemoteURL, getSendConnection, oneway, run, setReceiveConnection, setSendConnection |
Methods inherited from class org.apache.activemq.transport.http.HttpTransportSupport |
---|
getProxyHost, getProxyPort, getRemoteAddress, getRemoteUrl, getTextWireFormat, setProxyHost, setProxyPort, setTextWireFormat, toString |
Methods inherited from class org.apache.activemq.transport.TransportThreadSupport |
---|
isDaemon, setDaemon |
Methods inherited from class org.apache.activemq.transport.TransportSupport |
---|
asyncRequest, checkStarted, doConsume, getTransportListener, narrow, onException, request, request, setTransportListener |
Methods inherited from class org.apache.activemq.util.ServiceSupport |
---|
dispose, isStarted, isStopped, isStopping, 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 HttpsTransport(TextWireFormat wireFormat, java.net.URI remoteUrl) throws java.net.MalformedURLException
java.net.MalformedURLException
Method Detail |
---|
protected java.net.HttpURLConnection createSendConnection() throws java.io.IOException
createSendConnection
in class HttpTransport
java.io.IOException
protected java.net.HttpURLConnection createReceiveConnection() throws java.io.IOException
createReceiveConnection
in class HttpTransport
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |