Uses of Interface
org.apache.qpid.server.protocol.v0_8.transport.ClientMethodProcessor
-
Packages that use ClientMethodProcessor Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ClientMethodProcessor in org.apache.qpid.server.protocol.v0_8.transport
Classes in org.apache.qpid.server.protocol.v0_8.transport that implement ClientMethodProcessor Modifier and Type Class Description classFrameCreatingMethodProcessorMethods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ClientMethodProcessor Modifier and Type Method Description static voidConnectionOpenOkBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientMethodProcessor dispatcher)static voidConnectionRedirectBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientMethodProcessor dispatcher)static voidConnectionSecureBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionStartBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionTuneBody. process(org.apache.qpid.server.bytebuffer.QpidByteBuffer buffer, ClientMethodProcessor dispatcher)
-