Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.AMQVersionAwareProtocolSession
-
Packages that use AMQVersionAwareProtocolSession Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of AMQVersionAwareProtocolSession in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type AMQVersionAwareProtocolSession Modifier and Type Method Description voidAMQBody. handle(int channelId, AMQVersionAwareProtocolSession amqProtocolSession)voidAMQMethodBodyImpl. handle(int channelId, AMQVersionAwareProtocolSession session)Creates an AMQChannelException for the corresponding body type (a channel exception should include the class and method ids of the body it resulted from).voidContentBody. handle(int channelId, AMQVersionAwareProtocolSession session)voidContentHeaderBody. handle(int channelId, AMQVersionAwareProtocolSession session)voidHeartbeatBody. handle(int channelId, AMQVersionAwareProtocolSession session)
-