CADI
Class CADIProxy

java.lang.Object
  extended by CADI.CADIProxy

public class CADIProxy
extends java.lang.Object

This class is the main class of the CADIProxy application. The CADIProxy applications is a JPIP proxy addressed to improve JPIP responses. The proxy will catch client request and then:
1) if data are available in the proxy database, a response is inmediatly sent to the client
2) if not, the client request is processed before being sent to server requesting by the data. Therefore, client request may be, for instance, splitted up into several request to the server.

Furthermore, in order to improve the efficiency and latency of responses, the proxy takes advantage of the dead times between request and, using information from previous request, it fetchs for new portions of the image.

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

Constructor Summary
CADIProxy()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void printShortCopyright()
          Prints a short copyright.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CADIProxy

public CADIProxy()
Method Detail

main

public static void main(java.lang.String[] args)

printShortCopyright

private static void printShortCopyright()
Prints a short copyright.



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)