Uses of Class
net.anidb.udp.UdpConnection

Packages that use UdpConnection
net.anidb.udp   
 

Uses of UdpConnection in net.anidb.udp
 

Methods in net.anidb.udp that return UdpConnection
 UdpConnection UdpConnectionFactory.connect(int localPort)
          Build a connection with the given local port.
 UdpConnection UdpConnectionFactory.connect(int localPort, java.lang.String host, int remotePort)
          Build a connection with the given values.
 UdpConnection UdpConnectionFactory.connect(int localPort, java.lang.String host, int remotePort, int timeout, boolean floodProtection)
          Build a connection with the given values.
 

Methods in net.anidb.udp with parameters of type UdpConnection
static UdpNotificationFactory UdpNotificationFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpCharacterFactory UdpCharacterFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpCreatorFactory UdpCreatorFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpGroupStatusFactory UdpGroupStatusFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpGroupFactory UdpGroupFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpFileFactory UdpFileFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpEpisodeFactory UdpEpisodeFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpAnimeDescriptionFactory UdpAnimeDescriptionFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.
static UdpAnimeFactory UdpAnimeFactory.getInstance(UdpConnection conn)
          Returns an instance of this class.