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(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidBasicNackBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelCloseBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelFlowBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidChannelFlowOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor dispatcher)static voidContentBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ChannelMethodProcessor methodProcessor, long bodySize)static voidContentHeaderBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ChannelMethodProcessor methodProcessor, long size)
-