Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.MethodRegistry
-
Packages that use MethodRegistry Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of MethodRegistry in org.apache.qpid.server.protocol.v0_8
Methods in org.apache.qpid.server.protocol.v0_8 that return MethodRegistry Modifier and Type Method Description MethodRegistryAMQPConnection_0_8. getMethodRegistry()MethodRegistryAMQPConnection_0_8Impl. getMethodRegistry()MethodRegistryAMQPConnection_0_8Impl. getRegistry()Constructors in org.apache.qpid.server.protocol.v0_8 with parameters of type MethodRegistry Constructor Description AMQConnectionException(int errorCode, java.lang.String msg, int classId, int methodId, MethodRegistry methodRegistry, java.lang.Throwable cause) -
Uses of MethodRegistry in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport that return MethodRegistry Modifier and Type Method Description MethodRegistryAMQVersionAwareProtocolSession. getMethodRegistry()Gets the method registry for a specific version of the AMQP.
-