Package net.pryoscode.henji
Class Handler
- java.lang.Object
-
- net.pryoscode.henji.Handler
-
- All Implemented Interfaces:
HttpHandler
public class Handler extends Object implements HttpHandler
-
-
Constructor Detail
-
Handler
public Handler(Set<Class<?>> controllers) throws IOException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
-
-
Method Detail
-
handle
public void handle(HttpExchange exchange) throws IOException
- Specified by:
handlein interfaceHttpHandler- Throws:
IOException
-
-