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


public interface UdpConnectionMgr

This interface defines a type for UDP connection managers.


Method Summary
 IpConnection newConnection(java.lang.String host, int port, IpSession session)
           
 

Method Detail

newConnection

public IpConnection newConnection(java.lang.String host,
                                  int port,
                                  IpSession session)
                           throws org.objectweb.jonathan.apis.kernel.JonathanException
Throws:
org.objectweb.jonathan.apis.kernel.JonathanException