|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.server.protocol.AMQPProtocolProvider
public class AMQPProtocolProvider
The protocol provide's role is to encapsulate the initialisation of the protocol handler. The protocol handler (see AMQPFastProtocolHandler class) handles protocol events such as connection closing or a frame being received. It can either do this directly or pass off to the protocol session in the cases where state information is required to deal with the event.
Constructor Summary | |
---|---|
AMQPProtocolProvider()
|
Method Summary | |
---|---|
AMQPFastProtocolHandler |
getHandler()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AMQPProtocolProvider()
Method Detail |
---|
public AMQPFastProtocolHandler getHandler()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |