| Modifier and Type | Method and Description |
|---|---|
void |
BrowserMobProxyHandler.handleConnect(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SecurityConstraint.check(List constraints,
Authenticator authenticator,
UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response)
Check security contraints
|
boolean |
HttpContext.checkSecurityConstraints(String pathInContext,
HttpRequest request,
HttpResponse response) |
void |
HttpContext.handle(HttpRequest request,
HttpResponse response)
Handler request.
|
void |
HttpHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handle a request.
|
void |
HttpContext.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handler request.
|
protected HttpContext |
HttpConnection.service(HttpRequest request,
HttpResponse response)
Service a Request.
|
HttpContext |
HttpServer.service(HttpRequest request,
HttpResponse response)
Service a request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorPageHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
DumpHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
ProxyHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
SecurityHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
NotFoundHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
SetResponseHeadersHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handle a request by pre-populating the headers from the configured
set of _fields.
|
void |
MsieSslHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
RootNotFoundHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
ForwardHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
ResourceHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
NullHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
ExpiryHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handle a request by pre-populating the Expires header with a a value
that corresponds to now + ttl.
|
void |
IPAccessHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response)
Handles the incoming request
|
void |
HTAccessHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
ProxyHandler.handleConnect(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ServletHttpContext.checkSecurityConstraints(String pathInContext,
HttpRequest request,
HttpResponse response) |
void |
WebApplicationContext.handle(String pathInContext,
String pathParams,
HttpRequest httpRequest,
HttpResponse httpResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
SeleniumProxyHandler.handle(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
void |
SeleniumProxyHandler.handleConnect(String pathInContext,
String pathParams,
HttpRequest request,
HttpResponse response) |
Copyright © 2015. All Rights Reserved.