Package org.apache.activemq.transport
Class CommandJoiner
java.lang.Object
org.apache.activemq.transport.TransportFilter
org.apache.activemq.transport.CommandJoiner
- All Implemented Interfaces:
Service,Transport,TransportListener
Joins together of partial commands which were split into individual chunks of
data.
-
Field Summary
Fields inherited from class org.apache.activemq.transport.TransportFilter
next, transportListener -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.activemq.transport.TransportFilter
asyncRequest, getNext, getPeerCertificates, getReceiveCounter, getRemoteAddress, getTransportListener, getWireFormat, isConnected, isDisposed, isFaultTolerant, isReconnectSupported, isUpdateURIsSupported, narrow, oneway, onException, reconnect, request, request, setPeerCertificates, setTransportListener, start, transportInterupted, transportResumed, updateURIs
-
Constructor Details
-
CommandJoiner
-
-
Method Details
-
onCommand
Description copied from interface:TransportListenercalled to process a command- Specified by:
onCommandin interfaceTransportListener- Overrides:
onCommandin classTransportFilter
-
stop
- Specified by:
stopin interfaceService- Overrides:
stopin classTransportFilter- Throws:
Exception- See Also:
-
toString
- Overrides:
toStringin classTransportFilter
-