Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ClientChannelMethodProcessor
-
Packages that use ClientChannelMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ClientChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport with type parameters of type ClientChannelMethodProcessor Modifier and Type Interface Description interfaceClientMethodProcessor<T extends ClientChannelMethodProcessor>Subinterfaces of ClientChannelMethodProcessor 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 ClientChannelMethodProcessor Modifier and Type Method Description static voidAccessRequestOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicCancelOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ClientChannelMethodProcessor dispatcher)static voidBasicConsumeOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicDeliverBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicGetEmptyBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicGetOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicReturnBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidChannelAlertBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidChannelOpenOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ProtocolVersion protocolVersion, ClientChannelMethodProcessor dispatcher)static voidExchangeBoundOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueueDeclareOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueueDeleteOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueuePurgeOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)
-