Interface FragmentMessage
-
- All Superinterfaces:
Message
- All Known Implementing Classes:
FragmentMessage_1_1
,FragmentMessage_1_2
public interface FragmentMessage extends Message
This interface captures the FragmentMessage contract.- Version:
- 1.0
-
-
Field Summary
-
Fields inherited from interface com.sun.corba.ee.impl.protocol.giopmsgheaders.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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getHeaderLength()
int
getRequestId()
-
Methods inherited from interface com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
callback, createFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, read, setEncodingVersion, setSize, supportsFragments, write
-
-