Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
-
Packages that use ServerMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ServerMethodProcessor in org.apache.qpid.server.protocol.v0_8
Classes in org.apache.qpid.server.protocol.v0_8 that implement ServerMethodProcessor Modifier and Type Class Description classAMQPConnection_0_8ImplConstructors in org.apache.qpid.server.protocol.v0_8 with parameters of type ServerMethodProcessor Constructor Description ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)Creates a new AMQP decoder. -
Uses of ServerMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport that implement ServerMethodProcessor Modifier and Type Class Description classFrameCreatingMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ServerMethodProcessor Modifier and Type Method Description static voidChannelOpenBody. process(int channelId, org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerMethodProcessor dispatcher)static voidConnectionOpenBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerMethodProcessor dispatcher)static voidConnectionSecureOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ServerMethodProcessor dispatcher)static voidConnectionStartOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ServerMethodProcessor dispatcher)static voidConnectionTuneOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerMethodProcessor dispatcher)
-