KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > comanche > RequestHandler


1 package comanche;
2
3 public interface RequestHandler {
4   void handleRequest (Request r) throws java.io.IOException JavaDoc;
5 }
6
Popular Tags