org.apache.qpid.client.handler
Class ConnectionTuneMethodHandler
java.lang.Object
org.apache.qpid.client.handler.ConnectionTuneMethodHandler
- All Implemented Interfaces:
- StateAwareMethodListener
public class ConnectionTuneMethodHandler
- extends java.lang.Object
- implements StateAwareMethodListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionTuneMethodHandler
protected ConnectionTuneMethodHandler()
getInstance
public static ConnectionTuneMethodHandler getInstance()
methodReceived
public void methodReceived(AMQStateManager stateManager,
AMQMethodEvent evt)
throws org.apache.qpid.AMQException
- Specified by:
methodReceived
in interface StateAwareMethodListener
- Throws:
org.apache.qpid.AMQException
createConnectionOpenFrame
protected org.apache.qpid.framing.AMQFrame createConnectionOpenFrame(int channel,
java.lang.String path,
java.lang.String capabilities,
boolean insist)
createTuneOkFrame
protected org.apache.qpid.framing.AMQFrame createTuneOkFrame(int channel,
ConnectionTuneParameters params)