Uses of Interface
org.objectweb.jonathan.apis.protocols.Protocol

Packages that use Protocol
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
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.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. 
 

Uses of Protocol in org.objectweb.david.libs.protocols.giop
 

Classes in org.objectweb.david.libs.protocols.giop that implement Protocol
 class GIOPProtocol
          GIOPProtocol is an implementation of the GIOP protocol.
 

Uses of Protocol in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return Protocol
 Protocol ProtocolInfo.getProtocol()
          Get the protocol id of this node
 Protocol SessionIdentifier.getProtocol()
          Returns the protocol that created this session identifier.
 

Constructors in org.objectweb.jonathan.apis.protocols with parameters of type Protocol
ProtocolInfo(Protocol current)
          Create a leaf ProtocolInfo node
ProtocolInfo(Protocol current, ProtocolInfo[] lower)
          Create a non-leaf ProtocolInfo node
 

Uses of Protocol in org.objectweb.jonathan.apis.protocols.http
 

Subinterfaces of Protocol in org.objectweb.jonathan.apis.protocols.http
 interface HttpProtocol
          Defines a protocol for GIOP over HTTP.
 

Uses of Protocol in org.objectweb.jonathan.libs.protocols.multicast_ip
 

Classes in org.objectweb.jonathan.libs.protocols.multicast_ip that implement Protocol
 class MulticastIpProtocol
          The MulticastIpProtocol class is a protocol class encapsulating the IP Multicast protocol.
 

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip that return Protocol
 Protocol MulticastIpProtocol.createProtocol(NamingContext adapter)
           
 

Uses of Protocol in org.objectweb.jonathan.libs.protocols.rtp
 

Classes in org.objectweb.jonathan.libs.protocols.rtp that implement Protocol
 class RTPProtocol
          RTPProtocol is a partial implementation of the RTP protocol.
 

Methods in org.objectweb.jonathan.libs.protocols.rtp that return Protocol
 Protocol RTPProtocol.createProtocol(NamingContext adapter)
           
 

Uses of Protocol in org.objectweb.jonathan.libs.protocols.tcpip
 

Classes in org.objectweb.jonathan.libs.protocols.tcpip that implement Protocol
 class TcpIpProtocol
          This is an implementation of the Protocol interface representing the TCP/IP stack.