Package | Description |
---|---|
org.esigate.events.impl | |
org.esigate.http |
Package contains resources related to retrieving data via HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
OutgoingRequestContext |
FragmentEvent.getHttpContext() |
OutgoingRequestContext |
FetchEvent.getHttpContext() |
Constructor and Description |
---|
FetchEvent(OutgoingRequestContext httpContext,
org.apache.http.client.methods.HttpRequestWrapper httpRequest) |
FragmentEvent(IncomingRequest originalRequest,
OutgoingRequest httpRequest,
OutgoingRequestContext httpContext) |
Modifier and Type | Method and Description |
---|---|
static OutgoingRequestContext |
OutgoingRequestContext.adapt(org.apache.http.protocol.HttpContext context) |
OutgoingRequestContext |
OutgoingRequest.getContext() |
Constructor and Description |
---|
OutgoingRequest(String method,
String uri,
org.apache.http.ProtocolVersion version,
DriverRequest originalRequest,
org.apache.http.client.config.RequestConfig requestConfig,
OutgoingRequestContext context) |
Copyright © 2008–2018. All rights reserved.