| Modifier and Type | Method and Description |
|---|---|
Message |
CDROutputObject.getMessageHeader() |
Message |
CDRInputObject.getMessageHeader() |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferManagerReadStream.init(Message msg) |
void |
BufferManagerReadGrow.init(Message msg) |
void |
BufferManagerRead.init(Message header)
Called once after creating this buffer manager and before
it begins processing.
|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion,
int strategy) |
| Constructor and Description |
|---|
CDRInputObject(ORB orb,
Connection corbaConnection,
ByteBuffer byteBuffer,
Message header) |
CDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
CDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion) |
CDROutputObject(ORB orb,
MessageMediator messageMediator,
Message header,
byte streamFormatVersion,
int strategy) |
| Modifier and Type | Field and Description |
|---|---|
protected Message |
MessageMediatorImpl.dispatchHeader |
protected Message |
MessageMediatorImpl.messageHeader |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageMediatorImpl.getDispatchHeader() |
Message |
MessageParserImpl.parseBytes(ByteBuffer byteBuffer,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageMediatorImpl.handleInput(Message header) |
| Constructor and Description |
|---|
MessageMediatorImpl(ORB orb,
Connection connection,
Message dispatchHeader,
ByteBuffer byteBuffer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CancelRequestMessage
This interface captures the CancelRequestMessage contract.
|
interface |
FragmentMessage
This interface captures the FragmentMessage contract.
|
interface |
LocateReplyMessage
This interface captures the LocateReplyMessage contract.
|
interface |
LocateReplyOrReplyMessage |
interface |
LocateRequestMessage
This interface captures the LocateRequestMessage contract.
|
interface |
ReplyMessage
This interface captures the ReplyMessage contract.
|
interface |
RequestMessage
This interface captures the RequestMessage contract.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CancelRequestMessage_1_0
This implements the GIOP 1.0 CancelRequest header.
|
class |
CancelRequestMessage_1_1
This implements the GIOP 1.1 CancelRequest header.
|
class |
CancelRequestMessage_1_2
This implements the GIOP 1.2 CancelRequest header.
|
class |
FragmentMessage_1_1
This implements the GIOP 1.1 Fragment header.
|
class |
FragmentMessage_1_2
This implements the GIOP 1.2 Fragment header.
|
class |
LocateReplyMessage_1_0
This implements the GIOP 1.0 LocateReply header.
|
class |
LocateReplyMessage_1_1
This implements the GIOP 1.1 LocateReply header.
|
class |
LocateReplyMessage_1_2
This implements the GIOP 1.2 LocateReply header.
|
class |
LocateRequestMessage_1_0
This implements the GIOP 1.0 LocateRequest header.
|
class |
LocateRequestMessage_1_1
This implements the GIOP 1.1 LocateRequest header.
|
class |
LocateRequestMessage_1_2
This implements the GIOP 1.2 LocateRequest header.
|
class |
Message_1_0 |
class |
Message_1_1 |
class |
Message_1_2 |
class |
MessageBase
This class acts as the base class for the various GIOP message types.
|
class |
ReplyMessage_1_0
This implements the GIOP 1.0 Reply header.
|
class |
ReplyMessage_1_1
This implements the GIOP 1.1 Reply header.
|
class |
ReplyMessage_1_2
This implements the GIOP 1.2 Reply header.
|
class |
RequestMessage_1_0
This implements the GIOP 1.0 Request header.
|
class |
RequestMessage_1_1
This implements the GIOP 1.1 Request header.
|
class |
RequestMessage_1_2
This implements the GIOP 1.2 Request header.
|
| Modifier and Type | Method and Description |
|---|---|
static Message |
MessageBase.createCloseConnection(GIOPVersion gv) |
static Message |
MessageBase.createMessageError(GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
static RequestId |
MessageBase.getRequestIdFromMessageBytes(Message message,
ByteBuffer byteBuffer)
Get the request id from the 4 bytes following the 12 byte GIOP
request header if the request header exists.
|
void |
MessageHandler.handleInput(Message header)
Used for message types for which we don't have concrete classes, yet,
such as CloseConnection and MessageError, as well as unknown types.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConnectionImpl.sendHelper(GIOPVersion giopVersion,
Message msg) |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageMediator.getDispatchHeader() |
Message |
MessageParser.parseBytes(ByteBuffer byteBuffer,
Connection connection)
If there are sufficient bytes in the
ByteBuffer to compose a
Message, then return a newly initialized Message. |
| Modifier and Type | Method and Description |
|---|---|
Message[] |
MessageData.getMessages()
An array of GIOP messages.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.