org.jacorb.orb.giop
Class Messages
java.lang.Object
org.jacorb.orb.giop.Messages
- public class Messages
- extends java.lang.Object
- Version:
- $Id: Messages.java,v 1.18 2004/05/06 12:40:00 nicolas Exp $
- Author:
- Gerald Brose, FU Berlin 1999
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Messages
public Messages()
getRequestId
public static int getRequestId(byte[] buf)
- directly extract request ID from a buffer
getMsgSize
public static final int getMsgSize(byte[] buf)
readULong
public static final int readULong(byte[] buf,
int pos,
boolean little_endian)
isLittleEndian
public static final boolean isLittleEndian(byte[] buf)
moreFragmentsFollow
public static final boolean moreFragmentsFollow(byte[] buf)
getMsgType
public static final int getMsgType(byte[] buf)
getGIOPMajor
public static final int getGIOPMajor(byte[] buf)
getGIOPMinor
public static final int getGIOPMinor(byte[] buf)
responseExpected
public static final boolean responseExpected(byte flags)
responseFlags
public static final byte responseFlags(boolean response_expected)