org.vrspace.server.object
Class Jetty.MyProxy

java.lang.Object
  extended byProxyHandler
      extended byorg.vrspace.server.object.Jetty.MyProxy
Enclosing class:
Jetty

public class Jetty.MyProxy
extends ProxyHandler

See Also:
Serialized Form

Constructor Summary
Jetty.MyProxy()
           
 
Method Summary
 void handle(java.lang.String pathInContext, java.lang.String pathParams, HttpRequest request, HttpResponse response)
          CHECKME: Range request?
protected  java.net.URL isProxied(URI uri)
          paste from org.mortbay.http.handler.ProxyHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jetty.MyProxy

public Jetty.MyProxy()
Method Detail

isProxied

protected java.net.URL isProxied(URI uri)
                          throws java.net.MalformedURLException
paste from org.mortbay.http.handler.ProxyHandler

Throws:
java.net.MalformedURLException

handle

public void handle(java.lang.String pathInContext,
                   java.lang.String pathParams,
                   HttpRequest request,
                   HttpResponse response)
            throws HttpException,
                   java.io.IOException
CHECKME: Range request?

Throws:
HttpException
java.io.IOException