|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AMQVersionAwareProtocolSession | |
---|---|
org.apache.qpid.codec | |
org.apache.qpid.framing | |
org.apache.qpid.transport.network.io |
Uses of AMQVersionAwareProtocolSession in org.apache.qpid.codec |
---|
Constructors in org.apache.qpid.codec with parameters of type AMQVersionAwareProtocolSession | |
---|---|
AMQCodecFactory(boolean expectProtocolInitiation,
AMQVersionAwareProtocolSession session)
Creates a new codec factory, specifiying whether it is expected that the first frame of data should be an initiation. |
|
AMQDecoder(boolean expectProtocolInitiation,
AMQVersionAwareProtocolSession session)
Creates a new AMQP decoder. |
Uses of AMQVersionAwareProtocolSession in org.apache.qpid.framing |
---|
Methods in org.apache.qpid.framing with parameters of type AMQVersionAwareProtocolSession | |
---|---|
void |
AMQBody.handle(int channelId,
AMQVersionAwareProtocolSession amqMinaProtocolSession)
|
void |
ContentHeaderBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
ContentBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
HeartbeatBody.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
void |
AMQMethodBodyImpl.handle(int channelId,
AMQVersionAwareProtocolSession session)
|
Constructors in org.apache.qpid.framing with parameters of type AMQVersionAwareProtocolSession | |
---|---|
AMQMethodBodyFactory(AMQVersionAwareProtocolSession protocolSession)
|
Uses of AMQVersionAwareProtocolSession in org.apache.qpid.transport.network.io |
---|
Methods in org.apache.qpid.transport.network.io with parameters of type AMQVersionAwareProtocolSession | |
---|---|
static void |
IoTransport.connect_0_9(AMQVersionAwareProtocolSession session,
String host,
int port,
boolean ssl)
|
Constructors in org.apache.qpid.transport.network.io with parameters of type AMQVersionAwareProtocolSession | |
---|---|
InputHandler_0_9(AMQVersionAwareProtocolSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |