Class AMQPHandler
FrameVisitorAdapter
com.swiftmq.impl.amqp.amqp.v01_00_00.AMQPHandler
- All Implemented Interfaces:
AMQPConnectionVisitor,Handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidcollect(long lastCollect) voiddataAvailable(LengthCaptureDataInput in) voiddispatch(POObject po) intprotected SessionHandlergetSessionHandlerForRemoteChannel(int remoteChannel) booleanprotected voidmapSessionHandlerToRemoteChannel(SessionHandler sessionHandler, int remoteChannel) toString()protected voidunmapSessionHandlerFromRemoteChannel(int remoteChannel) voidvoidvoidvoidvoidvisit(POSendClose po) voidvisit(POSendHeartBeat po) voidvisit(POSendOpen po)
-
Constructor Details
-
AMQPHandler
-
-
Method Details
-
mapSessionHandlerToRemoteChannel
-
unmapSessionHandlerFromRemoteChannel
protected void unmapSessionHandlerFromRemoteChannel(int remoteChannel) -
getSessionHandlerForRemoteChannel
-
getMaxFrameSize
public int getMaxFrameSize() -
isApacheSelectors
public boolean isApacheSelectors() -
dispatch
public void dispatch(POObject po) -
dataAvailable
public void dataAvailable(LengthCaptureDataInput in) -
collect
public void collect(long lastCollect) -
getVersion
- Specified by:
getVersionin interfaceHandler
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
visit
- Specified by:
visitin interfaceAMQPConnectionVisitor
-
close
public void close() -
toString
-