|
||||||||||
| 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
JMSExceptionpublic boolean isMulticast()
isMulticast in interface org.activemq.transport.TransportChannelisMulticast in class org.activemq.transport.TransportChannelSupportpublic 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 void forceDisconnect()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||