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

Packages that use Session_Low
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
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. 
 

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

Methods in org.objectweb.jonathan.apis.protocols with parameters of type Session_Low
 Session_High SessionIdentifier.bind(Session_Low hls)
          Returns a local session representing the session designated by the provided lower session interface.
 SessionIdentifier ProtocolGraph.export(Session_Low hls)
          Exports a session using the graph represented by the target object.
 

Uses of Session_Low in org.objectweb.jonathan.apis.protocols.ip
 

Methods in org.objectweb.jonathan.apis.protocols.ip that return Session_Low
 Session_Low IpSession.getHls()
          Returns the Higher Level Session associated with the target session, i.e., the session to which the data read from the Tcp/Ip connection will be sent.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.