CADI.Server
Interface ServerDefaultValues


public interface ServerDefaultValues

This class contains default values of the CADI Server.

Version:
1.0 2007/10/26
Author:
Group on Interactive Coding of Images (GICI)

Field Summary
static int JPEG2000_RATE_DISTORTION_METHOD
          Indicates the rate distortion method which is used when the client Window Of Interest is calculated and the image type is JPEG2000.
static int KEEP_ALIVE_TIMEOUT
          Timeout used when HTTP keep-alive feature is used.
static int NUM_THREADS
          It is the number of threads that will be run.
static int PORT
          Indicates the default port where the CADI proxy is listening to the client request.
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 proxy 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

KEEP_ALIVE_TIMEOUT

static final int KEEP_ALIVE_TIMEOUT
Timeout used when HTTP keep-alive feature is used. Value is milliseconds.

See Also:
Constant Field Values

JPEG2000_RATE_DISTORTION_METHOD

static final int JPEG2000_RATE_DISTORTION_METHOD
Indicates the rate distortion method which is used when the client Window Of Interest is calculated and the image type is JPEG2000.

Further information, see JP2LogicalTarget.rateDistortionMethod.

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)