Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.MethodProcessor
-
Packages that use MethodProcessor Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of MethodProcessor in org.apache.qpid.server.protocol.v0_8
Classes in org.apache.qpid.server.protocol.v0_8 with type parameters of type MethodProcessor Modifier and Type Class Description classAMQDecoder<T extends MethodProcessor>AMQDecoder delegates the decoding of AMQP either to a data block decoder, or in the case of new connections, to a protocol initiation decoder.Classes in org.apache.qpid.server.protocol.v0_8 that implement MethodProcessor Modifier and Type Class Description classAMQPConnection_0_8Impl -
Uses of MethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Subinterfaces of MethodProcessor in org.apache.qpid.server.protocol.v0_8.transport Modifier and Type Interface Description interfaceClientMethodProcessor<T extends ClientChannelMethodProcessor>interfaceServerMethodProcessor<T extends ServerChannelMethodProcessor>Classes in org.apache.qpid.server.protocol.v0_8.transport that implement MethodProcessor Modifier and Type Class Description classFrameCreatingMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type MethodProcessor Modifier and Type Method Description static voidConnectionCloseBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, MethodProcessor dispatcher)static voidHeartbeatBody. process(int channel, org.apache.qpid.server.bytebuffer.QpidByteBuffer in, MethodProcessor processor, long bodySize)
-