|
||||||||||
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.TransportChannel
isMulticast
in class org.activemq.transport.TransportChannelSupport
public void start() throws JMSException
start
in interface org.activemq.service.Service
start
in interface org.activemq.transport.TransportChannel
JMSException
protected void startThread()
public void stop()
stop
in interface org.activemq.service.Service
stop
in interface org.activemq.transport.TransportChannel
stop
in class org.activemq.transport.TransportChannelSupport
public void setClientID(String clientID)
setClientID
in interface org.activemq.transport.TransportChannel
setClientID
in class org.activemq.transport.TransportChannelSupport
public String toString()
toString
in class Object
public boolean canProcessWireFormatVersion(int version)
canProcessWireFormatVersion
in interface org.activemq.transport.TransportChannel
canProcessWireFormatVersion
in class org.activemq.transport.TransportChannelSupport
version
- the version number to test
public int getCurrentWireFormatVersion()
getCurrentWireFormatVersion
in interface org.activemq.transport.TransportChannel
getCurrentWireFormatVersion
in class org.activemq.transport.TransportChannelSupport
public String getRemoteUrl()
public org.activemq.io.WireFormat getWireFormat()
getWireFormat
in interface org.activemq.transport.TransportChannel
getWireFormat
in class org.activemq.transport.TransportChannelSupport
public 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 |