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

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

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

Methods in org.objectweb.david.libs.protocols.giop that return ProtocolGraph
 ProtocolGraph GIOPProtocol.newProtocolGraph(ProtocolGraph next)
          Creates a GIOP protocol graph, with the provided protocol graph as a lower protocol graph.
 

Methods in org.objectweb.david.libs.protocols.giop with parameters of type ProtocolGraph
 ProtocolGraph GIOPProtocol.newProtocolGraph(ProtocolGraph next)
          Creates a GIOP protocol graph, with the provided protocol graph as a lower protocol graph.
 

Uses of ProtocolGraph in org.objectweb.jonathan.libs.binding.echannel
 

Methods in org.objectweb.jonathan.libs.binding.echannel that return ProtocolGraph
 ProtocolGraph EBinder.EId.getProtocolGraph()
          Returns a session identifier for the event channel represented by this EId
 

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

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip that return ProtocolGraph
 ProtocolGraph MulticastIpProtocol.newProtocolGraph(String address, int port)
          Builds a new Protocol graph associated with an (IP multicast address, port) pair
 

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

Methods in org.objectweb.jonathan.libs.protocols.rtp that return ProtocolGraph
 ProtocolGraph RTPProtocol.newProtocolGraph(ProtocolGraph next)
          Builds a new RTP ProtocolGraph
 

Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type ProtocolGraph
 ProtocolGraph RTPProtocol.newProtocolGraph(ProtocolGraph next)
          Builds a new RTP ProtocolGraph
 

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

Methods in org.objectweb.jonathan.libs.protocols.tcpip that return ProtocolGraph
 ProtocolGraph TcpIpProtocol.newProtocolGraph()
          Creates a new ProtocolGraph.
 ProtocolGraph TcpIpProtocol.newProtocolGraph(int port)
          Creates a new ProtocolGraph.