CADI.Proxy
Interface ProxyDefaultValues


public interface ProxyDefaultValues

This class defines some default values for the Proxy application.

Version:
1.0 23/07/2009
Author:
Group on Interactive Coding of Images (GICI)

Field Summary
static int CACHED_PROXY
           
static int NUM_THREADS
          It is the number of threads that will be run.
static int PORT
          Indicates the default port where the CADI server is listening to the client request.
static int PROXY_TYPE
           
static int TRANSPARENT_PROXY
          Indicates the type of proxy that will be used.
static boolean XML_LOGFILE_FORMAT
          Indicates if XML log file format is used.
 

Field Detail

PORT

static final int PORT
Indicates the default port where the CADI server is listening to the client request.

See Also:
Constant Field Values

NUM_THREADS

static final int NUM_THREADS
It is the number of threads that will be run.

See Also:
Constant Field Values

XML_LOGFILE_FORMAT

static final boolean XML_LOGFILE_FORMAT
Indicates if XML log file format is used. Otherwise, simple text file format is used.

See Also:
Constant Field Values

TRANSPARENT_PROXY

static final int TRANSPARENT_PROXY
Indicates the type of proxy that will be used. Allowed values are:  1 - transparent proxy: EXPLANATION !!!!!!  2 - cached proxy: EXPLANATION !!!!!!

See Also:
Constant Field Values

CACHED_PROXY

static final int CACHED_PROXY
See Also:
Constant Field Values

PROXY_TYPE

static final int PROXY_TYPE
See Also:
Constant Field Values


CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) (contact)