org.apache.qpid.server.protocol
Class AMQPProtocolProvider

java.lang.Object
  extended by org.apache.qpid.server.protocol.AMQPProtocolProvider

public class AMQPProtocolProvider
extends java.lang.Object

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

AMQPProtocolProvider

public AMQPProtocolProvider()
Method Detail

getHandler

public AMQPFastProtocolHandler getHandler()