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.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.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.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a GIOP Protocol graph.
 

Methods in org.objectweb.david.libs.protocols.giop with parameters of type ProtocolGraph
 ProtocolGraph GIOPProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a GIOP Protocol graph.
 

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

Methods in org.objectweb.jonathan.apis.protocols that return ProtocolGraph
 ProtocolGraph Protocol.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type ProtocolGraph
 ProtocolGraph Protocol.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new protocol graph with a number of given sub protocol graphs.
 

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

Methods in org.objectweb.jonathan.apis.protocols.http that return ProtocolGraph
 ProtocolGraph HttpProtocol.newProtocolGraph()
          Creates a new ProtocolGraph dealing with HTTP
 ProtocolGraph HttpProtocol.newProtocolGraph(java.lang.String url)
          Creates a new ProtocolGraph dealing with HTTP
 

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(java.lang.String address, int port)
          Builds a new Protocol graph associated with an (IP multicast address, port) pair
 ProtocolGraph MulticastIpProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
           
 

Methods in org.objectweb.jonathan.libs.protocols.multicast_ip with parameters of type ProtocolGraph
 ProtocolGraph MulticastIpProtocol.createProtocolGraph(ProtocolGraph[] subgraphs, org.objectweb.jonathan.apis.kernel.Context hints)
           
 

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
 ProtocolGraph RTPProtocol.createProtocolGraph(ProtocolGraph[] lower, org.objectweb.jonathan.apis.kernel.Context hints)
           
 

Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type ProtocolGraph
 ProtocolGraph RTPProtocol.newProtocolGraph(ProtocolGraph next)
          Builds a new RTP ProtocolGraph
 ProtocolGraph RTPProtocol.createProtocolGraph(ProtocolGraph[] lower, org.objectweb.jonathan.apis.kernel.Context hints)
           
 

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

Methods in org.objectweb.jonathan.libs.protocols.tcpip that return ProtocolGraph
 ProtocolGraph TcpIpProtocol.createProtocolGraph(ProtocolGraph[] lower, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new ProtocolGraph
 

Methods in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type ProtocolGraph
 ProtocolGraph TcpIpProtocol.createProtocolGraph(ProtocolGraph[] lower, org.objectweb.jonathan.apis.kernel.Context hints)
          Creates a new ProtocolGraph