Uses of Package
org.objectweb.jonathan.apis.protocols

Packages that use org.objectweb.jonathan.apis.protocols
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.david.libs.stub_factories.std Provides classes implementing the default David stub factory. 
org.objectweb.jeremie.apis.binding Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects). 
org.objectweb.jeremie.apis.stub_factories Provides an interface for Jeremie stub factories. 
org.objectweb.jeremie.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jeremie.libs.services.registry Provides an implementation of a simple naming service and a number of programming interfaces for accessing the service. 
org.objectweb.jeremie.libs.services.registry.jndi Provides a JNDI Service Provider Interface (SPI) for the Jeremie registry. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
org.objectweb.jonathan.apis.protocols.http A set of classes and interfaces specializing the binding abstractions to the HTTP protocol, and abstracting connection management. 
org.objectweb.jonathan.apis.protocols.ip Provides a set of classes and interfaces refining the binding abstractions in the case of IP protocols, and introduces some connection management abstractions. 
org.objectweb.jonathan.apis.stub_factories Provides an interface for stub factories. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.protocols.multicast_ip Provides an encapsulation of the IP multicast protocol 
org.objectweb.jonathan.libs.protocols.rtp Provides an implementation of the RTP protocol. 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.david.libs.binding.iiop
ProtocolInfo
          Tree-like structure to hold the protocol stack info at configuration time.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.david.libs.protocols.giop
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.david.libs.stub_factories.std
ReplySession
          A reply session is used by a server to send a reply back to a client.
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.apis.binding
ReplyInterface
          A ReplyInterface holds the reply to a request.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.apis.stub_factories
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.libs.binding.echannel
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.libs.services.registry
ReplySession
          A reply session is used by a server to send a reply back to a client.
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.libs.services.registry.jndi
ReplySession
          A reply session is used by a server to send a reply back to a client.
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jeremie.libs.stub_factories.std
ReplyInterface
          A ReplyInterface holds the reply to a request.
ReplySession
          A reply session is used by a server to send a reply back to a client.
RequestSession
          Request sessions represent the recipient of an invocation for an invocation protocol.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.protocols
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
ProtocolInfo
          Tree-like structure to hold the protocol stack info at configuration time.
ReplyInterface
          A ReplyInterface holds the reply to a request.
ReplySession
          A reply session is used by a server to send a reply back to a client.
ServerException
          ServerException is a checked exception encapsulating an applicative exception raised by a remote object.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
Session_Low
          Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.protocols.http
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
ProtocolIdentifiers
          Simply, a list of the protocol identifiers used in the exotic protocol graph thingy.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.protocols.ip
ProtocolIdentifiers
          Simply, a list of the protocol identifiers used in the exotic protocol graph thingy.
Session_High
          Session_High is the type of sessions used to send messages down to the network; A Session_High is usually a surrogate for a session of type Session_Low exported to a protocol and represented by an session identifier.
Session_Low
          Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.apis.stub_factories
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.libs.binding.echannel
ProtocolGraph
           
Session_Low
          Session_Low is the type of sessions used to forward messages coming from the network to their actual recipient; Session_Low is also the type of interfaces represented by session identifiers.
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.libs.protocols.multicast_ip
CommunicationException
          CommunicationException is a checked exception that indicates that an error occurred when trying to communicate with a remote object interface.
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.libs.protocols.rtp
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.
 

Classes in org.objectweb.jonathan.apis.protocols used by org.objectweb.jonathan.libs.protocols.tcpip
Protocol
          The protocol abstraction represents protocols like TCP, IP or GIOP.
ProtocolGraph
           
SessionIdentifier
          A session identifier represents an exported session.