Uses of Class
org.objectweb.jonathan.apis.protocols.ip.IpSessionIdentifier

Packages that use IpSessionIdentifier
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

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

Methods in org.objectweb.jonathan.libs.protocols.tcpip that return IpSessionIdentifier
 IpSessionIdentifier TcpIpProtocol.newSessionIdentifier(java.lang.String host, int port)
          Creates a new TcpIpSessionIdentifier.
 

Methods in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type IpSessionIdentifier
 boolean TcpIpProtocol.isLocal(IpSessionIdentifier tcp_session_id)
          Returns true if the provided session identifier corresponds to a local connection managed by this protocol.