Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ServerMethodProcessor
-
Packages that use ServerMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8 org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ServerMethodProcessor in org.apache.qpid.server.protocol.v0_8
Classes in org.apache.qpid.server.protocol.v0_8 that implement ServerMethodProcessor Modifier and Type Class Description classAMQPConnection_0_8ImplConstructors in org.apache.qpid.server.protocol.v0_8 with parameters of type ServerMethodProcessor Constructor Description ServerDecoder(ServerMethodProcessor<? extends ServerChannelMethodProcessor> methodProcessor)Creates a new AMQP decoder. -
Uses of ServerMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport that implement ServerMethodProcessor Modifier and Type Class Description classFrameCreatingMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ServerMethodProcessor Modifier and Type Method Description static voidChannelOpenBody. process(int channelId, QpidByteBuffer buffer, ServerMethodProcessor dispatcher)static voidConnectionOpenBody. process(QpidByteBuffer buffer, ServerMethodProcessor dispatcher)static voidConnectionSecureOkBody. process(QpidByteBuffer in, ServerMethodProcessor dispatcher)static voidConnectionStartOkBody. process(QpidByteBuffer in, ServerMethodProcessor dispatcher)static voidConnectionTuneOkBody. process(QpidByteBuffer buffer, ServerMethodProcessor dispatcher)
-