Uses of Class
org.apache.qpid.server.protocol.v0_8.transport.ChannelCloseBody
-
Packages that use ChannelCloseBody Package Description org.apache.qpid.server.protocol.v0_8.transport -
-
Uses of ChannelCloseBody in org.apache.qpid.server.protocol.v0_8.transport
Methods in org.apache.qpid.server.protocol.v0_8.transport that return ChannelCloseBody Modifier and Type Method Description ChannelCloseBodyMethodRegistry. createChannelCloseBody(int replyCode, AMQShortString replyText, int classId, int methodId)Methods in org.apache.qpid.server.protocol.v0_8.transport with parameters of type ChannelCloseBody Modifier and Type Method Description booleanClientMethodDispatcher. dispatchChannelClose(ChannelCloseBody body, int channelId)booleanServerMethodDispatcher. dispatchChannelClose(ChannelCloseBody body, int channelId)
-