Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ServerChannelMethodProcessor
-
Packages that use ServerChannelMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ServerChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8
Classes in org.apache.qpid.server.protocol.v0_8 that implement ServerChannelMethodProcessor Modifier and Type Class Description classAMQChannelMethods in org.apache.qpid.server.protocol.v0_8 that return ServerChannelMethodProcessor Modifier and Type Method Description ServerChannelMethodProcessorAMQPConnection_0_8Impl. getChannelMethodProcessor(int channelId)Constructor parameters in org.apache.qpid.server.protocol.v0_8 with type arguments of type ServerChannelMethodProcessor Constructor Description ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)Creates a new AMQP decoder. -
Uses of ServerChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport with type parameters of type ServerChannelMethodProcessor Modifier and Type Interface Description interfaceServerMethodProcessor<T extends ServerChannelMethodProcessor>Subinterfaces of ServerChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport Modifier and Type Interface Description static interfaceFrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ServerChannelMethodProcessor Modifier and Type Method Description static voidAccessRequestBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicCancelBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicConsumeBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicGetBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicPublishBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicQosBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicRecoverBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ProtocolVersion protocolVersion, ServerChannelMethodProcessor dispatcher)static voidBasicRecoverSyncBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ServerChannelMethodProcessor dispatcher)static voidBasicRejectBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidConfirmSelectBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeBoundBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeDeclareBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeDeleteBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueBindBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueDeclareBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueDeleteBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueuePurgeBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueUnbindBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)
-