org.objectweb.jonathan.protocols.ip.api

Interface UdpConnectionMgr

public interface UdpConnectionMgr

This interface defines a type for UDP connection managers.

Method Summary

IpConnection
newConnection(String host, int port, IpSession session)

Method Details

newConnection

public IpConnection newConnection(String host,
                                  int port,
                                  IpSession session)
            throws JonathanException