Class Message_1_0
java.lang.Object
com.sun.corba.ee.impl.protocol.giopmsgheaders.MessageBase
com.sun.corba.ee.impl.protocol.giopmsgheaders.Message_1_0
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
CancelRequestMessage_1_0, LocateReplyMessage_1_0, LocateRequestMessage_1_0, ReplyMessage_1_0, RequestMessage_1_0
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) GIOPVersion(package private) int(package private) int(package private) byteprivate static ORBUtilSystemExceptionFields inherited from interface Message
defaultBufferSize, FLAG_NO_FRAG_BIG_ENDIAN, GIOPBigMagic, GIOPCancelRequest, GIOPCloseConnection, GIOPFragment, GIOPLocateReply, GIOPLocateRequest, GIOPMessageError, GIOPMessageHeaderLength, GIOPReply, GIOPRequest, LITTLE_ENDIAN_BIT, MORE_FRAGMENTS_BIT, THREAD_POOL_TO_USE_MASK, TRAILING_TWO_BIT_BYTE_MASK -
Constructor Summary
ConstructorsConstructorDescriptionMessage_1_0(int _magic, boolean _byte_order, byte _message_type, int _message_size) -
Method Summary
Modifier and TypeMethodDescriptionintgetSize()intgetType()booleanbooleanvoidread(InputStream istream) voidsetSize(ByteBuffer byteBuffer, int size) voidwrite(OutputStream ostream) Methods inherited from class MessageBase
callback, createCancelRequest, createCloseConnection, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, extractObjectKeyCacheEntry, getCorbaRequestId, getEncodingVersion, getRequestIdFromMessageBytes, getSystemException, getThreadPoolToUse, nullCheck, parseGiopHeader, setEncodingVersion, setFlag, supportsFragments, typeToString
-
Field Details
-
wrapper
-
magic
int magic -
GIOP_version
GIOPVersion GIOP_version -
byte_order
boolean byte_order -
message_type
byte message_type -
message_size
int message_size
-
-
Constructor Details
-
Message_1_0
Message_1_0() -
Message_1_0
Message_1_0(int _magic, boolean _byte_order, byte _message_type, int _message_size)
-
-
Method Details
-
getGIOPVersion
-
getType
public int getType() -
getSize
public int getSize() -
isLittleEndian
public boolean isLittleEndian() -
moreFragmentsToFollow
public boolean moreFragmentsToFollow() -
setSize
-
createFragmentMessage
-
read
-
write
-