public final class RequestMessage_1_1 extends Message_1_1 implements RequestMessage
RESPONSE_EXPECTED_BITdefaultBufferSize, 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| Modifier and Type | Method and Description |
|---|---|
void |
callback(MessageHandler handler) |
ObjectKeyCacheEntry |
getObjectKeyCacheEntry() |
String |
getOperation() |
Principal |
getPrincipal() |
int |
getRequestId() |
byte[] |
getReserved() |
ServiceContexts |
getServiceContexts() |
boolean |
isResponseExpected() |
void |
read(InputStream istream) |
void |
setServiceContexts(ServiceContexts sc) |
boolean |
supportsFragments()
Returns true if this message could be followed by a fragment.
|
void |
write(OutputStream ostream) |
createFragmentMessage, getGIOPVersion, getSize, getType, isLittleEndian, moreFragmentsToFollow, setSize, setThreadPoolToUsecreateCancelRequest, createCloseConnection, createLocateReply, createLocateRequest, createMessageError, createReply, createRequest, getCorbaRequestId, getEncodingVersion, getRequestIdFromMessageBytes, getThreadPoolToUse, parseGiopHeader, setEncodingVersion, setFlag, typeToStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetThreadPoolToUsecreateFragmentMessage, getCorbaRequestId, getEncodingVersion, getGIOPVersion, getSize, getThreadPoolToUse, getType, isLittleEndian, moreFragmentsToFollow, setEncodingVersion, setSizepublic ServiceContexts getServiceContexts()
getServiceContexts in interface RequestMessagepublic void setServiceContexts(ServiceContexts sc)
setServiceContexts in interface RequestMessagepublic int getRequestId()
getRequestId in interface RequestMessagepublic boolean isResponseExpected()
isResponseExpected in interface RequestMessagepublic byte[] getReserved()
getReserved in interface RequestMessagepublic ObjectKeyCacheEntry getObjectKeyCacheEntry()
getObjectKeyCacheEntry in interface RequestMessagepublic String getOperation()
getOperation in interface RequestMessagepublic Principal getPrincipal()
getPrincipal in interface RequestMessagepublic void read(InputStream istream)
read in interface Messageread in class Message_1_1public void write(OutputStream ostream)
write in interface Messagewrite in class Message_1_1public void callback(MessageHandler handler) throws IOException
callback in interface Messagecallback in class MessageBaseIOExceptionpublic boolean supportsFragments()
MessageBasesupportsFragments in interface MessagesupportsFragments in class MessageBasetrue if Message supports fragmenting or is
a message fragment. Otherwise false it does
not support message fragments.Copyright © 2017–2019 Eclipse Foundation. All rights reserved.