Class Detach
- java.lang.Object
-
- org.apache.qpid.proton.amqp.transport.Detach
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.qpid.proton.amqp.transport.FrameBody
FrameBody.FrameBodyHandler<E>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Detachcopy()booleangetClosed()ErrorConditiongetError()UnsignedIntegergetHandle()<E> voidinvoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)voidsetClosed(boolean closed)voidsetError(ErrorCondition error)voidsetHandle(UnsignedInteger handle)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Detach
public Detach()
-
Detach
public Detach(Detach other)
-
-
Method Detail
-
getHandle
public UnsignedInteger getHandle()
-
setHandle
public void setHandle(UnsignedInteger handle)
-
getClosed
public boolean getClosed()
-
setClosed
public void setClosed(boolean closed)
-
getError
public ErrorCondition getError()
-
setError
public void setError(ErrorCondition error)
-
invoke
public <E> void invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-