CADI.Common.Network.JPIP
Class JPIPRequestFields

java.lang.Object
  extended by CADI.Common.Network.JPIP.JPIPRequestFields

public class JPIPRequestFields
extends java.lang.Object

This class is used to group all the JPIP request fields.

Further information, see ISO/IEC 15444-9 section C.1

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

Field Summary
 CacheManagementField cacheManagementField
          Definition in CacheManagementField.
 ChannelField channelField
          Definition in ChannelField.
 ClientCapPrefField clientCapPrefField
          Definition in ClientCapPrefField.
 DataLimitField dataLimitField
          Definition in DataLimitField.
 java.lang.String metareq
           
 ServerControlField serverControlField
          Definition in ServerControlField.
 TargetField targetField
          Definition in TargetField.
 java.lang.String upload
           
 ViewWindowField viewWindowField
          Definition in ViewWindowField.
 
Constructor Summary
JPIPRequestFields()
          Constructor.
 
Method Summary
 void list(java.io.PrintStream out)
          Prints this JPIP Request fields out to the specified output stream.
 void reset()
          Sets all attributes to its initial values.
 java.lang.String toString()
          For debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

targetField

public TargetField targetField
Definition in TargetField.


channelField

public ChannelField channelField
Definition in ChannelField.


viewWindowField

public ViewWindowField viewWindowField
Definition in ViewWindowField.


metareq

public java.lang.String metareq

dataLimitField

public DataLimitField dataLimitField
Definition in DataLimitField.


serverControlField

public ServerControlField serverControlField
Definition in ServerControlField.


cacheManagementField

public CacheManagementField cacheManagementField
Definition in CacheManagementField.


upload

public java.lang.String upload

clientCapPrefField

public ClientCapPrefField clientCapPrefField
Definition in ClientCapPrefField.

Constructor Detail

JPIPRequestFields

public JPIPRequestFields()
Constructor.

Method Detail

reset

public void reset()
Sets all attributes to its initial values.


toString

public java.lang.String toString()
For debugging purposes.

Overrides:
toString in class java.lang.Object

list

public void list(java.io.PrintStream out)
Prints this JPIP Request fields out to the specified output stream. This method is useful for debugging.

Parameters:
out - an output stream.


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)