rabbit.handler
Interface Handler

All Known Implementing Classes:
BaseHandler, FilterHandler, GZIPHandler, ImageHandler, MultiPartHandler

public interface Handler

This interface descsribes the methods neccessary to implement a handler. Besides this a constructor is also nedded


Method Summary
 void handle()
          handle a request.
 

Method Detail

handle

void handle()
            throws java.io.IOException
handle a request.

Throws:
java.io.IOException