| Package | Description |
|---|---|
| com.sun.corba.se.impl.encoding | |
| com.sun.corba.se.impl.legacy.connection | |
| com.sun.corba.se.impl.protocol | |
| com.sun.corba.se.impl.protocol.giopmsgheaders | |
| com.sun.corba.se.impl.transport | |
| com.sun.corba.se.spi.encoding | |
| sun.corba |
Provides an internal API that the Sun ORB implementation uses to
access JVM functions that have no standard APIs.
|
| Modifier and Type | Method and Description |
|---|---|
CorbaConnection |
CDROutputObject.getConnection() |
CorbaConnection |
CDRInputObject.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
CDROutputObject.writeTo(CorbaConnection connection)
Write the contents of the CDROutputStream to the specified
output stream.
|
| Constructor and Description |
|---|
CachedCodeBase(CorbaConnection connection) |
CDRInputObject(ORB orb,
CorbaConnection corbaConnection,
ByteBuffer byteBuffer,
Message header) |
CDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketFactoryConnectionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected CorbaConnection |
CorbaMessageMediatorImpl.connection |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CorbaClientRequestDispatcherImpl.addCodeSetServiceContext(CorbaConnection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
| Constructor and Description |
|---|
CorbaMessageMediatorImpl(ORB orb,
CorbaConnection connection,
Message dispatchHeader,
ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
static Message |
MessageBase.readGIOPBody(ORB orb,
CorbaConnection connection,
Message msg) |
static MessageBase |
MessageBase.readGIOPHeader(ORB orb,
CorbaConnection connection) |
static MessageBase |
MessageBase.readGIOPMessage(ORB orb,
CorbaConnection connection) |
| Modifier and Type | Class and Description |
|---|---|
class |
SocketOrChannelConnectionImpl |
| Constructor and Description |
|---|
CorbaResponseWaitingRoomImpl(ORB orb,
CorbaConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
CorbaOutputObject.writeTo(CorbaConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
CorbaMessageMediator mediator,
GIOPVersion giopVersion,
CorbaConnection connection,
Message header,
byte streamFormatVersion) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.