CADI.Common.Defaults
Interface ImageReturnTypes

All Known Implementing Classes:
HTTPRequestDecoder, JPIPRequestDecoder, JPIPRequestEncoder, ServerControlField

public interface ImageReturnTypes

This interface defines the image media types that the server is able to send this image media types. Therefore, a client must be include some t a client can include in the request and the server is able to sent the can be sent from the server to a client in the response. See ISO/IEC 15444-9 section C.7.3

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

Field Summary
static int JPP_STREAM
          A JPP-Stream as defined in the ISO/IEC 15444-9 annex A.
static int JPT_STREAM
          A JPT-Stream as defined in the ISO/IEC 15444-9 annex A.
static int MAX_IMAGE_RETURN_TYPES_ALLOWED
          Indicates the maximum number of image media type supported.
static int RAW
          The client is requesting the entire sequence of bytes in the logical target to be delivered unchanged.
 

Field Detail

MAX_IMAGE_RETURN_TYPES_ALLOWED

static final int MAX_IMAGE_RETURN_TYPES_ALLOWED
Indicates the maximum number of image media type supported.

NOTICE: this attribute must not be used because it is desappearing in the next release.

See Also:
Constant Field Values

JPP_STREAM

static final int JPP_STREAM
A JPP-Stream as defined in the ISO/IEC 15444-9 annex A.

See Also:
Constant Field Values

JPT_STREAM

static final int JPT_STREAM
A JPT-Stream as defined in the ISO/IEC 15444-9 annex A.

See Also:
Constant Field Values

RAW

static final int RAW
The client is requesting the entire sequence of bytes in the logical target to be delivered unchanged.

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)