|
||||||||||
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
public abstract class AmqpAbstractComposite
AMQP composite list writer
Field Summary |
---|
Constructor Summary | |
---|---|
AmqpAbstractComposite()
|
Method Summary | |
---|---|
protected abstract long |
getDescriptorCode()
|
void |
read(AmqpReader in)
|
protected abstract void |
readBody(AmqpReader in,
int count)
|
void |
readValue(AmqpReader in)
|
void |
write(AmqpWriter out)
|
protected abstract int |
writeBody(AmqpWriter out)
|
Methods inherited from class com.caucho.amqp.io.AmqpAbstractPacket |
---|
createInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmqpAbstractComposite()
Method Detail |
---|
protected abstract long getDescriptorCode()
getDescriptorCode
in class AmqpAbstractPacket
protected abstract int writeBody(AmqpWriter out) throws java.io.IOException
java.io.IOException
protected abstract void readBody(AmqpReader in, int count) throws java.io.IOException
java.io.IOException
public final void write(AmqpWriter out) throws java.io.IOException
write
in class AmqpAbstractPacket
java.io.IOException
public void read(AmqpReader in) throws java.io.IOException
read
in class AmqpAbstractPacket
java.io.IOException
public void readValue(AmqpReader in) throws java.io.IOException
readValue
in class AmqpAbstractPacket
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |