net.anidb.http
Class HttpConnection

java.lang.Object
  extended by net.anidb.http.HttpConnection

public class HttpConnection
extends java.lang.Object

A connection to AniDB via HTTP.

For further information on the UDP communication look at the HTTP API Definition.

Version:
1.0, 12.01.2010
Author:
grizzlyxp (http://anidb.net/perl-bin/animedb.pl?show=userpage&uid=63935)

Field Summary
static java.lang.String CLIENT_NAME
          The client name of the Java AniDB API.
static int CLIENT_VERSION
          The client version of this version of the Java AniDB API.
static int PROTOCOL_VERSION
          The supported protocol version.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROTOCOL_VERSION

public static final int PROTOCOL_VERSION
The supported protocol version.

See Also:
Constant Field Values

CLIENT_NAME

public static final java.lang.String CLIENT_NAME
The client name of the Java AniDB API.

See Also:
Constant Field Values

CLIENT_VERSION

public static final int CLIENT_VERSION
The client version of this version of the Java AniDB API.

See Also:
Constant Field Values