|
||||||||||
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.HttpServerTransportChannel
public class HttpServerTransportChannel
A server side HTTP based TransportChannel which processes incoming packets
and adds outgoing packets onto a Channel
so that they can be dispatched
by the HTTP GET requests from the client.
Field Summary |
---|
Fields inherited from class org.activemq.transport.TransportChannelSupport |
---|
cachingEnabled, currentWireFormat, noDelay, pendingStop, transportConnected, usedInternally |
Constructor Summary | |
---|---|
HttpServerTransportChannel(Channel channel)
|
Method Summary | |
---|---|
void |
asyncSend(org.activemq.message.Packet packet)
|
boolean |
canProcessWireFormatVersion(int version)
Can this wireformat process packets of this version |
void |
forceDisconnect()
|
Channel |
getChannel()
|
int |
getCurrentWireFormatVersion()
|
boolean |
isMulticast()
|
void |
start()
|
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, getWireFormat, isCachingEnabled, isNoDelay, isPendingStop, isServerSide, isTransportConnected, isUsedInternally, onAsyncException, removeTransportStatusEventListener, requiresEmbeddedBroker, send, send, setCachingEnabled, setClientID, setExceptionListener, setNoDelay, setPacketListener, setPendingStop, setServerSide, setTransportChannelListener, setTransportConnected, setUsedInternally, setWireFormat, stop, stopExecutor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpServerTransportChannel(Channel channel)
Method Detail |
---|
public Channel getChannel()
public void start() throws JMSException
JMSException
public void asyncSend(org.activemq.message.Packet packet) throws JMSException
JMSException
public boolean isMulticast()
isMulticast
in interface org.activemq.transport.TransportChannel
isMulticast
in class org.activemq.transport.TransportChannelSupport
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 void forceDisconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |