Class GIOPMessage
java.lang.Object
org.glassfish.grizzly.samples.filterchain.GIOPMessage
Simple representation of GIOP message
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getBody()intbytegetFlags()byte[]bytegetMajor()bytegetMinor()bytegetValue()inthashCode()voidsetBody(byte[] body) voidsetBodyLength(int bodyLength) voidsetFlags(byte flags) voidsetGIOPHeader(byte G, byte I, byte O, byte P) voidsetMajor(byte major) voidsetMinor(byte minor) voidsetValue(byte value)
-
Constructor Details
-
GIOPMessage
public GIOPMessage() -
GIOPMessage
public GIOPMessage(byte major, byte minor, byte flags, byte value, byte[] body)
-
-
Method Details
-
getGIOPHeader
public byte[] getGIOPHeader() -
setGIOPHeader
public void setGIOPHeader(byte G, byte I, byte O, byte P) -
getFlags
public byte getFlags() -
setFlags
public void setFlags(byte flags) -
getMajor
public byte getMajor() -
setMajor
public void setMajor(byte major) -
getMinor
public byte getMinor() -
setMinor
public void setMinor(byte minor) -
getValue
public byte getValue() -
setValue
public void setValue(byte value) -
getBodyLength
public int getBodyLength() -
setBodyLength
public void setBodyLength(int bodyLength) -
getBody
public byte[] getBody() -
setBody
public void setBody(byte[] body) -
equals
-
hashCode
public int hashCode()
-