|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||