org.jacorb.orb.giop
Class Messages
java.lang.Object
org.jacorb.orb.giop.Messages
public class Messages
extends java.lang.Object
Version:
- Gerald Brose, FU Berlin 1999
getGIOPMajor
public static final int getGIOPMajor(byte[] buf)
getGIOPMinor
public static final int getGIOPMinor(byte[] buf)
getMsgSize
public static final int getMsgSize(byte[] buf)
getMsgType
public static final int getMsgType(byte[] buf)
getRequestId
public static int getRequestId(byte[] buf)
directly extract request ID from a buffer
isLittleEndian
public static final boolean isLittleEndian(byte[] buf)
moreFragmentsFollow
public static final boolean moreFragmentsFollow(byte[] buf)
readULong
public static final int readULong(byte[] buf,
int pos,
boolean little_endian)
responseExpected
public static final boolean responseExpected(byte flags)
responseFlags
public static final byte responseFlags(boolean response_expected)