de.grogra.ext.openalea
Class OpenAleaHttpHandler

java.lang.Object
  extended by de.grogra.ext.openalea.OpenAleaHttpHandler
All Implemented Interfaces:
org.apache.http.protocol.HttpRequestHandler

public class OpenAleaHttpHandler
extends java.lang.Object
implements org.apache.http.protocol.HttpRequestHandler


Constructor Summary
OpenAleaHttpHandler(Context ctx)
           
 
Method Summary
 void handle(org.apache.http.HttpRequest request, org.apache.http.HttpResponse response, org.apache.http.protocol.HttpContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenAleaHttpHandler

public OpenAleaHttpHandler(Context ctx)
Method Detail

handle

public void handle(org.apache.http.HttpRequest request,
                   org.apache.http.HttpResponse response,
                   org.apache.http.protocol.HttpContext context)
            throws org.apache.http.HttpException,
                   java.io.IOException
Specified by:
handle in interface org.apache.http.protocol.HttpRequestHandler
Throws:
org.apache.http.HttpException
java.io.IOException