UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.net
Interface NetConstants

All Known Implementing Classes:
GenericServer, Proxy, SimpleClient

public interface NetConstants

A smattering of constants for use with the net package.

This software is distributed under the Berkeley Software License.

 Revisions:  - GUIRLib-v1.2-1.0.0, Jul 16 2000, JH
               Created class
             - GUIRLib-v1.3-1.0.0, Aug 11 2000, JH
               Touched for GUIRLib release
             - GUIRLib-v1.4-1.0.0, Aug 31 2000, JH
               Touched for GUIRLib release
 

Since:
JDK 1.1.6
Version:
GUIRLib-v1.4-1.0.0, Aug 31 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Field Summary
static int ANYPORT
          Use any available port if a port is not specified.
static int DEFAULT_TIMEOUT
          By default, wait at most 10 seconds for a connection.
static int NO_TIMEOUT
          No timeout.
 

Field Detail

DEFAULT_TIMEOUT

public static final int DEFAULT_TIMEOUT
By default, wait at most 10 seconds for a connection.

NO_TIMEOUT

public static final int NO_TIMEOUT
No timeout.

ANYPORT

public static final int ANYPORT
Use any available port if a port is not specified.

Copyright Information