Uses of Package
org.objectweb.jonathan.apis.protocols.ip

Packages that use org.objectweb.jonathan.apis.protocols.ip
org.objectweb.david.libs.resources.giop Provides an implementation for GIOP TCP/IP connection management. 
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.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
org.objectweb.jonathan.libs.resources.tcpip Provides a default implementation for TCP/IP connection management. 
 

Classes in org.objectweb.jonathan.apis.protocols.ip used by org.objectweb.david.libs.resources.giop
IpConnection
          A IpConnection represents a communication resource.
IpSession
          Session type for Tcp/Ip protocols.
TcpIpConnectionMgr
          This interface defines a type for Tcp/Ip connection managers.
TcpIpSrvConnectionFactory
          TcpIpSrvConnectionFactory encapsulates a server socket.
 

Classes in org.objectweb.jonathan.apis.protocols.ip used by org.objectweb.jonathan.apis.protocols.ip
IpConnection
          A IpConnection represents a communication resource.
IpSession
          Session type for Tcp/Ip protocols.
TcpIpSrvConnectionFactory
          TcpIpSrvConnectionFactory encapsulates a server socket.
 

Classes in org.objectweb.jonathan.apis.protocols.ip used by org.objectweb.jonathan.libs.protocols.tcpip
IpSessionIdentifier
          IpSessionIdentifier is a specific SessionIdentifier type for IP protocols.
TcpIpConnectionMgr
          This interface defines a type for Tcp/Ip connection managers.
 

Classes in org.objectweb.jonathan.apis.protocols.ip used by org.objectweb.jonathan.libs.resources.tcpip
IpConnection
          A IpConnection represents a communication resource.
IpSession
          Session type for Tcp/Ip protocols.
TcpIpConnectionMgr
          This interface defines a type for Tcp/Ip connection managers.
TcpIpSrvConnectionFactory
          TcpIpSrvConnectionFactory encapsulates a server socket.