Package | Description |
---|---|
org.esigate |
ESIGate is an open source implementation of Edge Side Include specification.
|
org.esigate.authentication | |
org.esigate.events.impl | |
org.esigate.http |
Package contains resources related to retrieving data via HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
OutgoingRequest |
RequestExecutor.createOutgoingRequest(DriverRequest request,
String url,
boolean b) |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.methods.CloseableHttpResponse |
RequestExecutor.execute(OutgoingRequest outgoingRequest) |
Modifier and Type | Method and Description |
---|---|
boolean |
RequestAuthenticationHandler.needsNewRequest(org.apache.http.HttpResponse response,
OutgoingRequest outgoingRequest,
IncomingRequest incomingRequest) |
abstract boolean |
GenericAuthentificationHandler.needsNewRequest(org.apache.http.HttpResponse response,
OutgoingRequest outgoingRequest,
IncomingRequest incomingRequest)
Method called after the response has been obtained from the destination server.
|
boolean |
RemoteUserAuthenticationHandler.needsNewRequest(org.apache.http.HttpResponse response,
OutgoingRequest outgoingRequest,
IncomingRequest incomingRequest) |
void |
RequestAuthenticationHandler.preRequest(OutgoingRequest request,
IncomingRequest httpRequest) |
abstract void |
GenericAuthentificationHandler.preRequest(OutgoingRequest outgoingRequest,
IncomingRequest incomingRequest)
Method called before sending a request to the destination server.
|
void |
RemoteUserAuthenticationHandler.preRequest(OutgoingRequest outgoingRequest,
IncomingRequest incomingRequest) |
Modifier and Type | Method and Description |
---|---|
OutgoingRequest |
FragmentEvent.getHttpRequest() |
Constructor and Description |
---|
FragmentEvent(IncomingRequest originalRequest,
OutgoingRequest httpRequest,
OutgoingRequestContext httpContext) |
Modifier and Type | Method and Description |
---|---|
OutgoingRequest |
HttpClientRequestExecutor.createOutgoingRequest(DriverRequest originalRequest,
String uri,
boolean proxy) |
OutgoingRequest |
OutgoingRequestContext.getOutgoingRequest() |
Modifier and Type | Method and Description |
---|---|
org.apache.http.client.methods.CloseableHttpResponse |
HeaderManager.copyHeaders(OutgoingRequest outgoingRequest,
org.apache.http.HttpEntityEnclosingRequest incomingRequest,
org.apache.http.HttpResponse httpClientResponse)
Copies end-to-end headers from a response received from the server to the response to be sent to the client.
|
org.apache.http.client.methods.CloseableHttpResponse |
HttpClientRequestExecutor.execute(OutgoingRequest httpRequest)
Execute a HTTP request.
|
Copyright © 2008–2018. All rights reserved.