public class GIOPMessage extends Object
Constructor and Description |
---|
GIOPMessage() |
GIOPMessage(byte major,
byte minor,
byte flags,
byte value,
byte[] body) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
byte[] |
getBody() |
int |
getBodyLength() |
byte |
getFlags() |
byte[] |
getGIOPHeader() |
byte |
getMajor() |
byte |
getMinor() |
byte |
getValue() |
int |
hashCode() |
void |
setBody(byte[] body) |
void |
setBodyLength(int bodyLength) |
void |
setFlags(byte flags) |
void |
setGIOPHeader(byte G,
byte I,
byte O,
byte P) |
void |
setMajor(byte major) |
void |
setMinor(byte minor) |
void |
setValue(byte value) |
public GIOPMessage()
public GIOPMessage(byte major, byte minor, byte flags, byte value, byte[] body)
public byte[] getGIOPHeader()
public void setGIOPHeader(byte G, byte I, byte O, byte P)
public byte getFlags()
public void setFlags(byte flags)
public byte getMajor()
public void setMajor(byte major)
public byte getMinor()
public void setMinor(byte minor)
public byte getValue()
public void setValue(byte value)
public int getBodyLength()
public void setBodyLength(int bodyLength)
public byte[] getBody()
public void setBody(byte[] body)
Copyright © 2014 Oracle Corporation. All rights reserved.