|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
org.objectweb.jonathan.libs.binding.echannel | Provides an implementation of an event channel service relying on RTP on top of IP multicast. |
Uses of Session_Low in org.objectweb.jonathan.apis.protocols |
Methods in org.objectweb.jonathan.apis.protocols with parameters of type Session_Low | |
SessionIdentifier |
ProtocolGraph.export(Session_Low hls)
Exports a session using the graph represented by the target object. |
Session_High |
SessionIdentifier.bind(Session_Low hls)
Returns a local session representing the session designated by the provided lower session interface. |
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. |
Uses of Session_Low in org.objectweb.jonathan.libs.binding.echannel |
Methods in org.objectweb.jonathan.libs.binding.echannel with parameters of type Session_Low | |
void |
EBinder.bindConsumer(Session_Low consumer,
EBinder.EId channel)
Binds a new consumer to an event channel |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |