org.ow2.frascati.examples.comanche
Interface RequestHandler

All Known Implementing Classes:
ErrorRequestHandler, FileRequestHandler, RequestAnalyzer, RequestDispatcher

public interface RequestHandler


Method Summary
 HandlerType getType()
           
 void handleRequest(Request r)
           
 

Method Detail

handleRequest

void handleRequest(Request r)
                   throws IOException
Throws:
IOException

getType

HandlerType getType()


Copyright © 2011. All Rights Reserved.