public class HttpHandlers extends Object implements Handler<HttpServerConnection>
| Constructor and Description |
|---|
HttpHandlers(HttpServerImpl server,
Handler<HttpServerRequest> requestHandler,
Handler<ServerWebSocket> wsHandler,
Handler<HttpConnection> connectionHandler,
Handler<Throwable> exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
handle(HttpServerConnection conn)
Something has happened, so handle it.
|
int |
hashCode() |
public HttpHandlers(HttpServerImpl server, Handler<HttpServerRequest> requestHandler, Handler<ServerWebSocket> wsHandler, Handler<HttpConnection> connectionHandler, Handler<Throwable> exceptionHandler)
public void handle(HttpServerConnection conn)
Handlerhandle in interface Handler<HttpServerConnection>conn - the event to handleCopyright © 2020. All rights reserved.