org.sapia.ubik.rmi.server.transport.http
Class UbikHttpHandler

java.lang.Object
  extended by org.sapia.ubik.rmi.server.transport.http.UbikHttpHandler
All Implemented Interfaces:
simple.http.ProtocolHandler

public class UbikHttpHandler
extends java.lang.Object
implements simple.http.ProtocolHandler

An instance of this class handles incoming requests and delegates them to HttpRmiServerThreads internally kept in a pool.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Constructor Summary
UbikHttpHandler(Uri localHostUri, int maxThreads)
           
 
Method Summary
 void handle(simple.http.Request req, simple.http.Response res)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UbikHttpHandler

public UbikHttpHandler(Uri localHostUri,
                       int maxThreads)
Method Detail

handle

public void handle(simple.http.Request req,
                   simple.http.Response res)
Specified by:
handle in interface simple.http.ProtocolHandler


Copyright © 2010 Sapia OSS. All Rights Reserved.