Uses of Class
org.apache.qpid.proton.amqp.transport.Close
-
Packages that use Close Package Description org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.codec.transport org.apache.qpid.proton.engine.impl -
-
Uses of Close in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Close Modifier and Type Method Description CloseClose. copy()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Close Modifier and Type Method Description voidFrameBody.FrameBodyHandler. handleClose(Close close, Binary payload, E context)Constructors in org.apache.qpid.proton.amqp.transport with parameters of type Close Constructor Description Close(Close other) -
Uses of Close in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return Close Modifier and Type Method Description CloseCloseType. newInstance(java.lang.Object described)Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type Close Modifier and Type Method Description java.lang.Class<Close>CloseType. getTypeClass()Methods in org.apache.qpid.proton.codec.transport with parameters of type Close Modifier and Type Method Description protected java.util.ListCloseType. wrap(Close val) -
Uses of Close in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type Close Modifier and Type Method Description voidTransportImpl. handleClose(Close close, Binary payload, java.lang.Integer channel)
-