org.objectweb.jonathan.protocols.ip.api

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.protocols.api.Session_High

close, direct, prepare, prepareInvocation, send

Method Details

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