Package core :: Module http :: Class HttpServerRequestHandler
[hide private]
[frames] | no frames]

Class HttpServerRequestHandler

source code

org.vertx.java.core.Handler --+
                              |
                             HttpServerRequestHandler

A handler for Http Server Requests

Instance Methods [hide private]
 
__init__(self, handler) source code
 
handle(self, req)
Called when a request is being handled.
source code
Method Details [hide private]

handle(self, req)

source code 

Called when a request is being handled. Argument is a HttpServerRequest object