Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ChannelMethodProcessor
-
Packages that use ChannelMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8
Classes in org.apache.qpid.server.protocol.v0_8 that implement ChannelMethodProcessor Modifier and Type Class Description classAMQChannel -
Uses of ChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport with type parameters of type ChannelMethodProcessor Modifier and Type Interface Description interfaceMethodProcessor<T extends ChannelMethodProcessor>Subinterfaces of ChannelMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport Modifier and Type Interface Description interfaceClientChannelMethodProcessorstatic interfaceFrameCreatingMethodProcessor.ClientAndServerChannelMethodProcessorinterfaceServerChannelMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ChannelMethodProcessor Modifier and Type Method Description static voidBasicAckBody. process(QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidBasicNackBody. process(QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelCloseBody. process(QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelFlowBody. process(QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelFlowOkBody. process(QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidContentBody. process(QpidByteBuffer in, ChannelMethodProcessor methodProcessor, long bodySize)static voidContentHeaderBody. process(QpidByteBuffer buffer, ChannelMethodProcessor methodProcessor, long size)
-