public class LearningPushHandler extends Object implements HttpHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
LearningPushHandler.Builder |
| Constructor and Description |
|---|
LearningPushHandler(HttpHandler next) |
LearningPushHandler(int maxPathEtries,
int maxPathAge,
HttpHandler next) |
LearningPushHandler(int maxPathEtries,
int maxPathAge,
int maxPushEtries,
int maxPushAge,
HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
protected Session |
getSession(HttpServerExchange exchange) |
void |
handleRequest(HttpServerExchange exchange)
Handle the request.
|
public LearningPushHandler(HttpHandler next)
public LearningPushHandler(int maxPathEtries,
int maxPathAge,
HttpHandler next)
public LearningPushHandler(int maxPathEtries,
int maxPathAge,
int maxPushEtries,
int maxPushAge,
HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionprotected Session getSession(HttpServerExchange exchange)
Copyright © 2024 JBoss by Red Hat. All rights reserved.