rabbit.proxy
Class SCC

java.lang.Object
  extended by rabbit.proxy.SCC

public class SCC
extends Object

A class that tries to setup a resource from the cache

Author:
Robert Olofsson

Constructor Summary
SCC(Connection con, HttpHeader header, rabbit.proxy.RequestHandler rh)
           
 
Method Summary
 HttpHeader establish()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCC

public SCC(Connection con,
           HttpHeader header,
           rabbit.proxy.RequestHandler rh)
Method Detail

establish

public HttpHeader establish()
                     throws IOException
Returns:
null if everything looks ok, non-null on an errornous request.
Throws:
IOException