|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.overnet.net.msg.OvernetMessage org.xnap.plugin.overnet.net.msg.client.OvernetClientMessage
public abstract class OvernetClientMessage
Field Summary |
---|
Fields inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage |
---|
type |
Constructor Summary | |
---|---|
OvernetClientMessage(byte type)
|
Method Summary | |
---|---|
java.nio.ByteBuffer |
getBuffer()
|
void |
put(byte b)
|
void |
put(byte[] bytes)
|
void |
putInt(int i)
|
void |
putShort(short s)
|
void |
putString(java.lang.String s)
|
Methods inherited from class org.xnap.plugin.overnet.net.msg.OvernetMessage |
---|
receive |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OvernetClientMessage(byte type)
Method Detail |
---|
public void putString(java.lang.String s)
public void putShort(short s)
public void putInt(int i)
public void put(byte b)
public void put(byte[] bytes)
public final java.nio.ByteBuffer getBuffer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |