|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemq.transport.TransportChannelSupport
org.activemq.transport.http.HttpTransportChannelSupport
public abstract class HttpTransportChannelSupport
| Field Summary |
|---|
| Fields inherited from class org.activemq.transport.TransportChannelSupport |
|---|
cachingEnabled, currentWireFormat, noDelay, pendingStop, transportConnected, usedInternally |
| Constructor Summary | |
|---|---|
HttpTransportChannelSupport(org.activemq.io.TextWireFormat wireFormat,
String remoteUrl)
|
|
| Method Summary | |
|---|---|
boolean |
canProcessWireFormatVersion(int version)
Can this wireformat process packets of this version |
SynchronizedBoolean |
getClosed()
|
int |
getCurrentWireFormatVersion()
|
String |
getRemoteUrl()
|
SynchronizedBoolean |
getStarted()
|
org.activemq.io.TextWireFormat |
getTextWireFormat()
|
org.activemq.io.WireFormat |
getWireFormat()
|
boolean |
isMulticast()
|
void |
setClientID(String clientID)
|
void |
setWireFormat(org.activemq.io.TextWireFormat wireFormat)
|
void |
start()
|
protected void |
startThread()
|
void |
stop()
|
String |
toString()
|
| Methods inherited from class org.activemq.transport.TransportChannelSupport |
|---|
addTransportStatusEventListener, asyncSendWithReceipt, doAsyncSend, doConsumePacket, doConsumePacket, doesSupportMessageCompression, doesSupportMessageFragmentation, doesSupportWireFormatVersioning, doHandleReceipt, doHandleWireFormat, fireStatusEvent, fireStatusEvent, getClientID, getEmbeddedBrokerConnector, getExceptionListener, getLastReceiptTimestamp, getPacketListener, getTransportChannelListener, isCachingEnabled, isNoDelay, isPendingStop, isServerSide, isTransportConnected, isUsedInternally, onAsyncException, removeTransportStatusEventListener, requiresEmbeddedBroker, send, send, setCachingEnabled, setExceptionListener, setNoDelay, setPacketListener, setPendingStop, setServerSide, setTransportChannelListener, setTransportConnected, setUsedInternally, setWireFormat, stopExecutor |
| 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 |
| Methods inherited from interface org.activemq.transport.TransportChannel |
|---|
asyncSend, forceDisconnect |
| Constructor Detail |
|---|
public HttpTransportChannelSupport(org.activemq.io.TextWireFormat wireFormat,
String remoteUrl)
| Method Detail |
|---|
public boolean isMulticast()
isMulticast in interface org.activemq.transport.TransportChannelisMulticast in class org.activemq.transport.TransportChannelSupport
public void start()
throws JMSException
start in interface org.activemq.service.Servicestart in interface org.activemq.transport.TransportChannelJMSExceptionprotected void startThread()
public void stop()
stop in interface org.activemq.service.Servicestop in interface org.activemq.transport.TransportChannelstop in class org.activemq.transport.TransportChannelSupportpublic void setClientID(String clientID)
setClientID in interface org.activemq.transport.TransportChannelsetClientID in class org.activemq.transport.TransportChannelSupportpublic String toString()
toString in class Objectpublic boolean canProcessWireFormatVersion(int version)
canProcessWireFormatVersion in interface org.activemq.transport.TransportChannelcanProcessWireFormatVersion in class org.activemq.transport.TransportChannelSupportversion - the version number to test
public int getCurrentWireFormatVersion()
getCurrentWireFormatVersion in interface org.activemq.transport.TransportChannelgetCurrentWireFormatVersion in class org.activemq.transport.TransportChannelSupportpublic String getRemoteUrl()
public org.activemq.io.WireFormat getWireFormat()
getWireFormat in interface org.activemq.transport.TransportChannelgetWireFormat in class org.activemq.transport.TransportChannelSupportpublic org.activemq.io.TextWireFormat getTextWireFormat()
public void setWireFormat(org.activemq.io.TextWireFormat wireFormat)
public SynchronizedBoolean getClosed()
public SynchronizedBoolean getStarted()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||