Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.ConnectionCloseOkBody
-
Packages that use ConnectionCloseOkBody Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ConnectionCloseOkBody in org.apache.qpid.server.protocol.v0_8.transport
Fields in org.apache.qpid.server.protocol.v0_8.transport declared as ConnectionCloseOkBody Modifier and Type Field Description static ConnectionCloseOkBodyConnectionCloseOkBody. CONNECTION_CLOSE_OK_0_8static ConnectionCloseOkBodyConnectionCloseOkBody. CONNECTION_CLOSE_OK_0_9Methods in org.apache.qpid.server.protocol.v0_8.transport that return ConnectionCloseOkBody Modifier and Type Method Description ConnectionCloseOkBodyMethodRegistry. createConnectionCloseOkBody()Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ConnectionCloseOkBody Modifier and Type Method Description booleanClientMethodDispatcher. dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)booleanServerMethodDispatcher. dispatchConnectionCloseOk(ConnectionCloseOkBody body, int channelId)
-