| Modifier and Type | Class and Description |
|---|---|
class |
RequestIdImpl
Represents a protocol request id.
|
| Modifier and Type | Field and Description |
|---|---|
static RequestId |
RequestIdImpl.UNKNOWN_CORBA_REQUEST_ID |
| Modifier and Type | Method and Description |
|---|---|
RequestId |
MessageMediatorImpl.getRequestIdFromRawBytes() |
| Modifier and Type | Method and Description |
|---|---|
RequestId |
Message_1_2.getCorbaRequestId() |
RequestId |
MessageBase.getCorbaRequestId()
Return a Message's CorbaRequestId.
|
RequestId |
Message.getCorbaRequestId()
Return a Message's CorbaRequestId.
|
RequestId |
CancelRequestMessage_1_2.getCorbaRequestId() |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentHashMap<RequestId,Queue<MessageMediator>> |
ConnectionImpl.fragmentMap |
| Modifier and Type | Method and Description |
|---|---|
Queue<MessageMediator> |
ConnectionImpl.getFragmentList(RequestId corbaRequestId) |
void |
ConnectionImpl.removeFragmentList(RequestId corbaRequestId) |
| Modifier and Type | Method and Description |
|---|---|
RequestId |
MessageMediator.getRequestIdFromRawBytes() |
| Modifier and Type | Method and Description |
|---|---|
Queue<MessageMediator> |
Connection.getFragmentList(RequestId corbaRequestId) |
void |
Connection.removeFragmentList(RequestId corbaRequestId) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.