org.objectweb.jonathan.apis.protocols.ip
Interface IpSession

All Superinterfaces:
Session_High

public interface IpSession
extends Session_High

Session type for Tcp/Ip protocols.


Method Summary
 Session_Low 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.
 
Methods inherited from interface org.objectweb.jonathan.apis.protocols.Session_High
close, direct, prepare, prepareInvocation, send
 

Method Detail

getHls

public Session_Low 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.

Returns:
the Higher Level Session associated with the target session