Uses of Interface
com.sun.corba.ee.impl.protocol.giopmsgheaders.Message
Packages that use Message
Package
Description
-
Uses of Message in com.sun.corba.ee.impl.encoding
Fields in com.sun.corba.ee.impl.encoding declared as MessageModifier and TypeFieldDescriptionprivate Message
CDRInputObject.header
private Message
CDROutputObject.header
Methods in com.sun.corba.ee.impl.encoding that return MessageModifier and TypeMethodDescriptionCDRInputObject.getMessageHeader()
CDROutputObject.getMessageHeader()
Methods in com.sun.corba.ee.impl.encoding with parameters of type MessageModifier and TypeMethodDescriptionprivate static BufferManagerRead
CDRInputObject.createBufferManagerRead
(ORB orb, Message header) void
Called once after creating this buffer manager and before it begins processing.void
void
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) static CDROutputObject
OutputStreamFactory.newCDROutputObject
(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) private void
CDRInputObject.unmarshalledHeader
(Message msg) Constructors in com.sun.corba.ee.impl.encoding with parameters of type MessageModifierConstructorDescriptionCDRInputObject
(ORB orb, Connection corbaConnection, ByteBuffer byteBuffer, Message header) private
CDROutputObject
(ORB orb, GIOPVersion giopVersion, Message header, BufferManagerWrite manager, byte streamFormatVersion, MessageMediator mediator) CDROutputObject
(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion) CDROutputObject
(ORB orb, MessageMediator messageMediator, Message header, byte streamFormatVersion, int strategy) CDROutputObject
(ORB orb, MessageMediator mediator, GIOPVersion giopVersion, Connection connection, Message header, byte streamFormatVersion) -
Uses of Message in com.sun.corba.ee.impl.protocol
Fields in com.sun.corba.ee.impl.protocol declared as MessageModifier and TypeFieldDescriptionprotected Message
MessageMediatorImpl.dispatchHeader
protected Message
MessageMediatorImpl.messageHeader
Methods in com.sun.corba.ee.impl.protocol that return MessageModifier and TypeMethodDescriptionMessageMediatorImpl.getDispatchHeader()
MessageParserImpl.parseBytes
(ByteBuffer byteBuffer, Connection connection) Methods in com.sun.corba.ee.impl.protocol with parameters of type MessageModifier and TypeMethodDescriptionprivate void
MessageParserImpl.addRequestIdToFragmentList
(Message message, ByteBuffer byteBuffer) private CDROutputObject
MessageMediatorImpl.createAppropriateOutputObject
(MessageMediator messageMediator, Message msg, LocateReplyMessage reply) void
MessageMediatorImpl.handleInput
(Message header) private boolean
MessageParserImpl.isEndOfFragmentList
(Message message) private void
MessageMediatorImpl.messageInfo
(Message msg, RequestId rid) private void
MessageParserImpl.removeRequestIdFromFragmentList
(Message message, ByteBuffer byteBuffer) private void
MessageMediatorImpl.resumeOptimizedReadProcessing
(Message message) private void
MessageMediatorImpl.setWorkThenPoolOrResumeOptimizedRead
(Message header) private void
MessageMediatorImpl.setWorkThenReadOrResumeOptimizedRead
(Message header) Constructors in com.sun.corba.ee.impl.protocol with parameters of type MessageModifierConstructorDescriptionMessageMediatorImpl
(ORB orb, Connection connection, Message dispatchHeader, ByteBuffer byteBuffer) -
Uses of Message in com.sun.corba.ee.impl.protocol.giopmsgheaders
Subinterfaces of Message in com.sun.corba.ee.impl.protocol.giopmsgheadersModifier and TypeInterfaceDescriptioninterface
This interface captures the CancelRequestMessage contract.interface
This interface captures the FragmentMessage contract.interface
This interface captures the LocateReplyMessage contract.interface
interface
This interface captures the LocateRequestMessage contract.interface
This interface captures the ReplyMessage contract.interface
This interface captures the RequestMessage contract.Classes in com.sun.corba.ee.impl.protocol.giopmsgheaders that implement MessageModifier and TypeClassDescriptionfinal class
This implements the GIOP 1.0 CancelRequest header.final class
This implements the GIOP 1.1 CancelRequest header.final class
This implements the GIOP 1.2 CancelRequest header.final class
This implements the GIOP 1.1 Fragment header.final class
This implements the GIOP 1.2 Fragment header.final class
This implements the GIOP 1.0 LocateReply header.final class
This implements the GIOP 1.1 LocateReply header.final class
This implements the GIOP 1.2 LocateReply header.final class
This implements the GIOP 1.0 LocateRequest header.final class
This implements the GIOP 1.1 LocateRequest header.final class
This implements the GIOP 1.2 LocateRequest header.class
class
class
class
This class acts as the base class for the various GIOP message types.final class
This implements the GIOP 1.0 Reply header.final class
This implements the GIOP 1.1 Reply header.final class
This implements the GIOP 1.2 Reply header.final class
This implements the GIOP 1.0 Request header.final class
This implements the GIOP 1.1 Request header.final class
This implements the GIOP 1.2 Request header.Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return MessageModifier and TypeMethodDescriptionstatic Message
MessageBase.createCloseConnection
(GIOPVersion gv) static Message
MessageBase.createMessageError
(GIOPVersion gv) Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders with parameters of type MessageModifier and TypeMethodDescriptionstatic 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. -
Uses of Message in com.sun.corba.ee.impl.transport
Methods in com.sun.corba.ee.impl.transport with parameters of type MessageModifier and TypeMethodDescriptionprotected void
ConnectionImpl.sendHelper
(GIOPVersion giopVersion, Message msg) -
Uses of Message in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that return MessageModifier and TypeMethodDescriptionMessageMediator.getDispatchHeader()
MessageParser.parseBytes
(ByteBuffer byteBuffer, Connection connection) If there are sufficient bytes in theByteBuffer
to compose aMessage
, then return a newly initializedMessage
. -
Uses of Message in com.sun.corba.ee.spi.transport
Methods in com.sun.corba.ee.spi.transport that return Message