org.jacorb.orb.giop
public class Messages extends Object
Version: $Id: Messages.java,v 1.19 2007/02/06 19:26:28 andre.spiegel Exp $
| Method Summary | |
|---|---|
| static int | getGIOPMajor(byte[] buf) |
| static int | getGIOPMinor(byte[] buf) |
| static int | getMsgSize(byte[] buf) |
| static int | getMsgType(byte[] buf) |
| static int | getRequestId(byte[] buf) directly extract request ID from a buffer |
| static boolean | isLittleEndian(byte[] buf) |
| static boolean | matchGIOPMagic(byte[] buf) |
| static boolean | moreFragmentsFollow(byte[] buf) |
| static int | readULong(byte[] buf, int pos, boolean little_endian) |
| static boolean | responseExpected(byte flags) |
| static byte | responseFlags(boolean response_expected) |