Package one.nio.http
Interface RequestHandler
-
public interface RequestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleRequest(Request request, HttpSession session)
-
-
-
Method Detail
-
handleRequest
void handleRequest(Request request, HttpSession session) throws IOException
- Throws:
IOException
-
-