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(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicCancelBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicConsumeBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicGetBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicPublishBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicQosBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidBasicRecoverBody. process(QpidByteBuffer in, ProtocolVersion protocolVersion, ServerChannelMethodProcessor dispatcher)static voidBasicRecoverSyncBody. process(QpidByteBuffer in, ServerChannelMethodProcessor dispatcher)static voidBasicRejectBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidConfirmSelectBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeBoundBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeDeclareBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidExchangeDeleteBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueBindBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueDeclareBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueDeleteBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueuePurgeBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)static voidQueueUnbindBody. process(QpidByteBuffer buffer, ServerChannelMethodProcessor dispatcher)
-