com.limegroup.gnutella
Class Constants

java.lang.Object
  extended bycom.limegroup.gnutella.Constants

public final class Constants
extends java.lang.Object

A class to keep together the constants that may be used by multiple classes


Field Summary
static java.lang.String ENTRY_SEPARATOR
           
static java.lang.String QUERYREPLY_MIME_TYPE
          Mime Type to be used when returning QueryReplies on receiving a HTTP request (or some other content request)
static int TIMEOUT
          Constant for the timeout to use on sockets.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENTRY_SEPARATOR

public static final java.lang.String ENTRY_SEPARATOR
See Also:
Constant Field Values

QUERYREPLY_MIME_TYPE

public static final java.lang.String QUERYREPLY_MIME_TYPE
Mime Type to be used when returning QueryReplies on receiving a HTTP request (or some other content request)

See Also:
Constant Field Values

TIMEOUT

public static final int TIMEOUT
Constant for the timeout to use on sockets.

See Also:
Constant Field Values