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.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 SessionIdentifier.getProtocol()
          Returns the protocol that created this session identifier.
 

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.
 

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.
 

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.