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(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicCancelOkBody. process(QpidByteBuffer in, ClientChannelMethodProcessor dispatcher)static voidBasicConsumeOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicDeliverBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicGetEmptyBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicGetOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidBasicReturnBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidChannelAlertBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidChannelOpenOkBody. process(QpidByteBuffer in, ProtocolVersion protocolVersion, ClientChannelMethodProcessor dispatcher)static voidExchangeBoundOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueueDeclareOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueueDeleteOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)static voidQueuePurgeOkBody. process(QpidByteBuffer buffer, ClientChannelMethodProcessor dispatcher)
-