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(QpidByteBuffer buffer, ClientMethodProcessor dispatcher)static voidConnectionRedirectBody. process(QpidByteBuffer buffer, ClientMethodProcessor dispatcher)static voidConnectionSecureBody. process(QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionStartBody. process(QpidByteBuffer in, ClientMethodProcessor dispatcher)static voidConnectionTuneBody. process(QpidByteBuffer buffer, ClientMethodProcessor dispatcher)
-