rabbit.handler
Interface Handler

All Known Implementing Classes:
BaseHandler

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

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

Throws:
java.io.IOException