net.anidb.http
Class HttpConnectionFactory

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

public class HttpConnectionFactory
extends java.lang.Object

Creates and organizes HTTP connections to AniDB.

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 CGI
          The standard CGI.
static java.lang.String HOST
          The standard host.
static int MAJOR_VERSION
          The major version of the Java AniDB API.
static int MINOR_VERSION
          The minor version of the Java AniDB API.
static int PORT
          The standard remote port.
static int TIMEOUT
          The connection timeout.
 
Method Summary
static HttpConnectionFactory getInstance()
          Returns a instance of the class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOST

public static final java.lang.String HOST
The standard host.

See Also:
Constant Field Values

CGI

public static final java.lang.String CGI
The standard CGI.

See Also:
Constant Field Values

PORT

public static final int PORT
The standard remote port.

See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
The connection timeout.

See Also:
Constant Field Values

MAJOR_VERSION

public static final int MAJOR_VERSION
The major version of the Java AniDB API.

See Also:
Constant Field Values

MINOR_VERSION

public static final int MINOR_VERSION
The minor version of the Java AniDB API.

See Also:
Constant Field Values
Method Detail

getInstance

public static HttpConnectionFactory getInstance()
Returns a instance of the class.

Returns:
The instance.