|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.amqp.io.AmqpAbstractPacket
com.caucho.amqp.io.AmqpAbstractComposite
com.caucho.amqp.io.AmqpAbstractFrame
com.caucho.amqp.io.FrameClose
public class FrameClose
AMQP connection close
Field Summary |
---|
Constructor Summary | |
---|---|
FrameClose()
|
Method Summary | |
---|---|
FrameClose |
createInstance()
|
long |
getDescriptorCode()
|
AmqpError |
getError()
|
void |
invoke(AmqpReader ain,
AmqpFrameHandler receiver)
|
void |
readBody(AmqpReader in,
int count)
|
int |
writeBody(AmqpWriter out)
|
Methods inherited from class com.caucho.amqp.io.AmqpAbstractComposite |
---|
read, readValue, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrameClose()
Method Detail |
---|
public final long getDescriptorCode()
getDescriptorCode
in class AmqpAbstractComposite
public AmqpError getError()
public FrameClose createInstance()
createInstance
in class AmqpAbstractPacket
public void invoke(AmqpReader ain, AmqpFrameHandler receiver) throws java.io.IOException
invoke
in class AmqpAbstractFrame
java.io.IOException
public void readBody(AmqpReader in, int count) throws java.io.IOException
readBody
in class AmqpAbstractComposite
java.io.IOException
public int writeBody(AmqpWriter out) throws java.io.IOException
writeBody
in class AmqpAbstractComposite
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |