| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
CDROutputStream_1_2.getGIOPVersion() |
GIOPVersion |
CDROutputStream_1_1.getGIOPVersion() |
GIOPVersion |
CDROutputStream_1_0.getGIOPVersion() |
GIOPVersion |
CDROutputObject.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_2.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_1.getGIOPVersion() |
GIOPVersion |
CDRInputStream_1_0.getGIOPVersion() |
GIOPVersion |
CDRInputObject.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
CDRInputObject |
CDROutputObject.InputObjectFactory.createInputObject(CDROutputObject outputObject,
ORB orb,
ByteBuffer byteBuffer,
int size,
GIOPVersion giopVersion) |
static BufferManagerRead |
BufferManagerFactory.newBufferManagerRead(GIOPVersion version,
byte encodingVersion,
ORB orb) |
static BufferManagerWrite |
BufferManagerFactory.newBufferManagerWrite(GIOPVersion version,
byte encodingVersion,
ORB orb) |
static CDROutputObject |
OutputStreamFactory.newCDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] buf,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase) |
static EncapsInputStream |
EncapsInputStreamFactory.newEncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
static EncapsOutputStream |
OutputStreamFactory.newEncapsOutputStream(ORB orb,
GIOPVersion version) |
static TypeCodeInputStream |
EncapsInputStreamFactory.newTypeCodeInputStream(ORB orb,
byte[] data,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
static TypeCodeInputStream |
EncapsInputStreamFactory.newTypeCodeInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
| Constructor and Description |
|---|
CDRInputObject(ORB orb,
ByteBuffer byteBuffer,
int size,
ByteOrder byteOrder,
GIOPVersion version,
BufferManagerRead bufMgr) |
CDROutputObject(ORB orb,
GIOPVersion version,
BufferManagerWrite bufferManager,
byte streamFormatVersion,
boolean usePooledByteBuffers) |
CDROutputObject(ORB orb,
MessageMediator mediator,
GIOPVersion giopVersion,
Connection connection,
Message header,
byte streamFormatVersion) |
EncapsInputStream(ORB orb,
byte[] buf,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version) |
EncapsInputStream(ORB orb,
byte[] data,
int size,
GIOPVersion version,
CodeBase codeBase)
Full constructor with a CodeBase parameter useful for
unmarshaling RMI-IIOP valuetypes (technically against the
intention of an encapsulation, but necessary due to OMG
issue 4795.
|
EncapsInputStream(ORB orb,
ByteBuffer byteBuffer,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
EncapsOutputStream(ORB orb,
GIOPVersion version) |
TypeCodeInputStream(ORB orb,
byte[] data,
int size,
ByteOrder byteOrder,
GIOPVersion version) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
IIOPProfileTemplateImpl.getGIOPVersion() |
GIOPVersion |
IIOPProfileImpl.getGIOPVersion()
Return GIOPVersion for this IOR.
|
| Constructor and Description |
|---|
IIOPProfileTemplateImpl(ORB orb,
GIOPVersion version,
IIOPAddress primary) |
| Modifier and Type | Method and Description |
|---|---|
static byte |
ORBUtility.chooseEncodingVersion(ORB orb,
IOR ior,
GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
ORBDataParserImpl.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
ORBSingleton.getGIOPBuffMgrStrategy(GIOPVersion gv) |
int |
ORBDataParserImpl.getGIOPBuffMgrStrategy(GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
MessageMediatorImpl.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClientRequestDispatcherImpl.addCodeSetServiceContext(Connection conn,
ServiceContexts ctxs,
GIOPVersion giopVersion) |
| Constructor and Description |
|---|
MessageMediatorImpl(ORB orb,
ContactInfo contactInfo,
Connection connection,
GIOPVersion giopVersion,
IOR ior,
int requestId,
short addrDisposition,
String operationName,
boolean isOneWay) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
Message_1_1.getGIOPVersion() |
GIOPVersion |
Message_1_0.getGIOPVersion() |
GIOPVersion |
Message.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
static CancelRequestMessage |
MessageBase.createCancelRequest(GIOPVersion gv,
int request_id) |
static Message |
MessageBase.createCloseConnection(GIOPVersion gv) |
static LocateReplyMessage |
MessageBase.createLocateReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int locate_status,
IOR ior) |
static LocateRequestMessage |
MessageBase.createLocateRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
byte[] object_key) |
static Message |
MessageBase.createMessageError(GIOPVersion gv) |
static ReplyMessage |
MessageBase.createReply(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
int reply_status,
ServiceContexts service_contexts,
IOR ior) |
static RequestMessage |
MessageBase.createRequest(ORB orb,
GIOPVersion gv,
byte encodingVersion,
int request_id,
boolean response_expected,
IOR ior,
short addrDisp,
String operation,
ServiceContexts service_contexts,
Principal requesting_principal) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnknownServiceContextImpl.write(OutputStream os,
GIOPVersion gv) |
void |
ServiceContextsImpl.write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
| Constructor and Description |
|---|
CodeSetServiceContextImpl(InputStream is,
GIOPVersion gv) |
MaxStreamFormatVersionServiceContextImpl(InputStream is,
GIOPVersion gv) |
ORBVersionServiceContextImpl(InputStream is,
GIOPVersion gv) |
SendingContextServiceContextImpl(InputStream is,
GIOPVersion gv) |
UEInfoServiceContextImpl(InputStream is,
GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionImpl.sendCancelRequest(GIOPVersion giopVersion,
int requestId)
Send a CancelRequest message.
|
void |
ConnectionImpl.sendCancelRequestWithLock(GIOPVersion giopVersion,
int requestId) |
void |
ConnectionImpl.sendCloseConnection(GIOPVersion giopVersion)
**********************************************************************
The following methods are for dealing with Connection cleaning for
better scalability of servers in high network load conditions.
|
protected void |
ConnectionImpl.sendHelper(GIOPVersion giopVersion,
Message msg) |
void |
ConnectionImpl.sendMessageError(GIOPVersion giopVersion) |
| Modifier and Type | Field and Description |
|---|---|
static GIOPVersion |
GIOPVersion.DEFAULT_VERSION |
static GIOPVersion |
GIOPVersion.V1_0 |
static GIOPVersion |
GIOPVersion.V1_1 |
static GIOPVersion |
GIOPVersion.V1_2 |
static GIOPVersion |
GIOPVersion.V1_3 |
static GIOPVersion |
GIOPVersion.V13_XX |
| Modifier and Type | Method and Description |
|---|---|
static GIOPVersion |
GIOPVersion.chooseRequestVersion(ORB orb,
IOR ior)
This chooses the appropriate GIOP version.
|
GIOPVersion |
IIOPProfileTemplate.getGIOPVersion()
Return the GIOP version of this profile.
|
GIOPVersion |
IIOPProfile.getGIOPVersion()
Return the GIOPVersion of this profile.
|
static GIOPVersion |
GIOPVersion.getInstance(byte major,
byte minor) |
static GIOPVersion |
GIOPVersion.parseVersion(String s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GIOPVersion.equals(GIOPVersion gv) |
boolean |
GIOPVersion.lessThan(GIOPVersion gv) |
static IIOPProfileTemplate |
IIOPFactories.makeIIOPProfileTemplate(ORB orb,
GIOPVersion version,
IIOPAddress primary) |
| Modifier and Type | Method and Description |
|---|---|
INTERNAL |
ORBUtilSystemException.unsupportedGiopVersion(GIOPVersion arg0) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
ORBData.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
int |
ORBData.getGIOPBuffMgrStrategy(GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
GIOPVersion |
MessageMediator.getGIOPVersion() |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext |
ServiceContext.Factory.create(InputStream s,
GIOPVersion gv) |
void |
ServiceContexts.write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
void |
ServiceContextBase.write(OutputStream s,
GIOPVersion gv)
Write the service context to an output stream.
|
void |
ServiceContext.write(OutputStream s,
GIOPVersion gv) |
| Modifier and Type | Method and Description |
|---|---|
void |
Connection.sendCancelRequest(GIOPVersion giopVersion,
int requestId) |
void |
Connection.sendCancelRequestWithLock(GIOPVersion giopVersion,
int requestId) |
void |
Connection.sendCloseConnection(GIOPVersion giopVersion) |
void |
Connection.sendMessageError(GIOPVersion giopVersion) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.