org.shiftone.jrat.http
Interface Handler

All Known Implementing Classes:
Dispatcher, FsBrowseHandler

public interface Handler

This is basicly a lightweight Servlet.

Author:
jeff@shiftone.org (Jeff Drost)

Nested Class Summary
static interface Handler.ContentType
           
 
Method Summary
 void handle(Request request, Response response)
           
 

Method Detail

handle

void handle(Request request,
            Response response)
            throws java.lang.Exception
Throws:
java.lang.Exception