| Modifier and Type | Method and Description |
|---|---|
Connection |
CDROutputObject.getConnection() |
Connection |
CDRInputObject.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
void |
CDROutputObject.writeTo(Connection connection) |
| Constructor and Description |
|---|
CachedCodeBase(Connection connection) |
CDRInputObject(ORB orb,
Connection corbaConnection,
ByteBuffer byteBuffer,
Message header) |
CDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
SocketFactoryContactInfoImpl.createConnection() |
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
MessageMediatorImpl.connection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
MessageMediatorImpl.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
Message |
MessageParserImpl.parseBytes(ByteBuffer byteBuffer,
Connection connection) |
| Constructor and Description |
|---|
MessageMediatorImpl(ORB orb,
Connection connection,
Message dispatchHeader,
ByteBuffer byteBuffer) |
MessageMediatorImpl(ORB orb,
ContactInfo contactInfo,
Connection connection,
GIOPVersion giopVersion,
IOR ior,
int requestId,
short addrDisposition,
String operationName,
boolean isOneWay) |
MessageParserImpl(ORB orb,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
static MessageBase |
MessageBase.parseGiopHeader(ORB orb,
Connection connection,
ByteBuffer buf,
int startPosition) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ContactInfo,Connection> |
OutboundConnectionCacheImpl.connectionCache |
protected Collection<Connection> |
InboundConnectionCacheImpl.connectionCache |
| Modifier and Type | Method and Description |
|---|---|
Connection |
SharedCDRContactInfoImpl.createConnection() |
Connection |
ContactInfoImpl.createConnection() |
Connection |
InboundConnectionCacheImpl.get(Acceptor acceptor) |
Connection |
OutboundConnectionCacheImpl.get(ContactInfo contactInfo) |
Connection |
ReaderThreadImpl.getConnection() |
Connection |
ConnectionImpl.getConnection() |
Connection |
AcceptorBase.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
MessageMediator |
SharedCDRContactInfoImpl.createMessageMediator(ORB broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay) |
MessageMediator |
ContactInfoBase.createMessageMediator(ORB broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay) |
void |
InboundConnectionCacheImpl.put(Acceptor acceptor,
Connection connection) |
void |
OutboundConnectionCacheImpl.put(ContactInfo contactInfo,
Connection connection) |
void |
InboundConnectionCacheImpl.remove(Connection connection) |
void |
ConnectionCacheBase.stampTime(Connection c) |
| Constructor and Description |
|---|
ReaderThreadImpl(ORB orb,
Connection connection) |
ResponseWaitingRoomImpl(ORB orb,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
BAD_PARAM |
ORBUtilSystemException.codeBaseUnavailable(Connection conn) |
INTERNAL |
ORBUtilSystemException.connectionNotNullInCreateMessageMediator(Connection connection) |
COMM_FAILURE |
ORBUtilSystemException.exceptionBlockingReadWithTemporarySelector(Exception exc,
Connection arg0) |
COMM_FAILURE |
ORBUtilSystemException.ioexceptionWhenReadingConnection(Exception exc,
Connection arg0) |
COMM_FAILURE |
ORBUtilSystemException.nonBlockingReadOnBlockingSocketChannel(Connection arg0) |
COMM_FAILURE |
ORBUtilSystemException.temporaryReadSelectorWithBlockingConnection(Connection arg0) |
COMM_FAILURE |
ORBUtilSystemException.temporaryWriteSelectorWithBlockingConnection(Connection arg0) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
MessageMediator.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Connection |
ContactInfo.createConnection() |
Connection |
InboundConnectionCache.get(Acceptor acceptor) |
Connection |
OutboundConnectionCache.get(ContactInfo contactInfo) |
Connection |
ReaderThread.getConnection() |
Connection |
EventHandler.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
MessageMediator |
ContactInfo.createMessageMediator(ORB broker,
ContactInfo contactInfo,
Connection connection,
String methodName,
boolean isOneWay) |
void |
InboundConnectionCache.put(Acceptor acceptor,
Connection connection) |
void |
OutboundConnectionCache.put(ContactInfo contactInfo,
Connection connection) |
void |
InboundConnectionCache.remove(Connection connection) |
void |
ConnectionCache.stampTime(Connection connection) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.