A B C D E F G H I L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept(Message) - Method in interface org.openqa.selenium.remote.http.WebSocket.Listener
- addQueryParameter(String, String) - Method in class org.openqa.selenium.remote.http.HttpRequest
-
Set a query parameter, adding to existing values if present.
- AddSeleniumUserAgent - Class in org.openqa.selenium.remote.http
- AddSeleniumUserAgent() - Constructor for class org.openqa.selenium.remote.http.AddSeleniumUserAgent
- andFinally(HttpHandler) - Method in interface org.openqa.selenium.remote.http.Filter
- andFinally(Routable) - Method in interface org.openqa.selenium.remote.http.Filter
- andThen(Filter) - Method in interface org.openqa.selenium.remote.http.Filter
- apply(HttpHandler) - Method in class org.openqa.selenium.remote.http.AddSeleniumUserAgent
- apply(HttpHandler) - Method in class org.openqa.selenium.remote.http.DumpHttpExchangeFilter
- asJson(Object) - Static method in class org.openqa.selenium.remote.http.Contents
B
- baseUri() - Method in class org.openqa.selenium.remote.http.ClientConfig
- baseUri(URI) - Method in class org.openqa.selenium.remote.http.ClientConfig
- baseUrl() - Method in class org.openqa.selenium.remote.http.ClientConfig
- baseUrl(URL) - Method in class org.openqa.selenium.remote.http.ClientConfig
- BinaryMessage - Class in org.openqa.selenium.remote.http
- BinaryMessage(byte[]) - Constructor for class org.openqa.selenium.remote.http.BinaryMessage
- BinaryMessage(ByteBuffer) - Constructor for class org.openqa.selenium.remote.http.BinaryMessage
- bytes(byte[]) - Static method in class org.openqa.selenium.remote.http.Contents
- bytes(Supplier<InputStream>) - Static method in class org.openqa.selenium.remote.http.Contents
C
- cleanupIdleClients() - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
-
Closes idle clients.
- ClientConfig - Class in org.openqa.selenium.remote.http
- close() - Method in interface org.openqa.selenium.remote.http.HttpClient
- close() - Method in interface org.openqa.selenium.remote.http.WebSocket
- CloseMessage - Class in org.openqa.selenium.remote.http
- CloseMessage(int) - Constructor for class org.openqa.selenium.remote.http.CloseMessage
- CloseMessage(int, String) - Constructor for class org.openqa.selenium.remote.http.CloseMessage
- code() - Method in class org.openqa.selenium.remote.http.CloseMessage
- combine(Iterable<Routable>) - Static method in class org.openqa.selenium.remote.http.Route
- combine(Routable, Routable...) - Static method in class org.openqa.selenium.remote.http.Route
- ConnectionFailedException - Exception in org.openqa.selenium.remote.http
- ConnectionFailedException(String) - Constructor for exception org.openqa.selenium.remote.http.ConnectionFailedException
- ConnectionFailedException(String, Throwable) - Constructor for exception org.openqa.selenium.remote.http.ConnectionFailedException
- connectionTimeout() - Method in class org.openqa.selenium.remote.http.ClientConfig
- connectionTimeout(Duration) - Method in class org.openqa.selenium.remote.http.ClientConfig
- Contents - Class in org.openqa.selenium.remote.http
- create(String) - Static method in interface org.openqa.selenium.remote.http.HttpClient.Factory
-
Creates a new instance of
HttpClient.Factory
with the given name. - createClient(URL) - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
-
Creates a HTTP client that will send requests to the given URL.
- createClient(ClientConfig) - Method in interface org.openqa.selenium.remote.http.HttpClient.Factory
- createDefault() - Static method in interface org.openqa.selenium.remote.http.HttpClient.Factory
-
Use the
webdriver.http.factory
system property to determine which implementation ofHttpClient.Factory
should be used.
D
- data() - Method in class org.openqa.selenium.remote.http.BinaryMessage
- defaultConfig() - Static method in class org.openqa.selenium.remote.http.ClientConfig
- delete(String) - Static method in class org.openqa.selenium.remote.http.Route
- DELETE - org.openqa.selenium.remote.http.HttpMethod
- DumpHttpExchangeFilter - Class in org.openqa.selenium.remote.http
- DumpHttpExchangeFilter() - Constructor for class org.openqa.selenium.remote.http.DumpHttpExchangeFilter
- DumpHttpExchangeFilter(Level) - Constructor for class org.openqa.selenium.remote.http.DumpHttpExchangeFilter
E
- empty() - Static method in class org.openqa.selenium.remote.http.Contents
- execute(HttpRequest) - Method in interface org.openqa.selenium.remote.http.HttpHandler
- execute(HttpRequest) - Method in class org.openqa.selenium.remote.http.Route
F
- fallbackTo(Supplier<HttpHandler>) - Method in class org.openqa.selenium.remote.http.Route
- filter() - Method in class org.openqa.selenium.remote.http.ClientConfig
- Filter - Interface in org.openqa.selenium.remote.http
-
Can be wrapped around an
HttpHandler
in order to either modify incomingHttpRequest
s or outgoingHttpResponse
s using the well-known "Filter" pattern. - FormEncodedData - Class in org.openqa.selenium.remote.http
- FormEncodedData() - Constructor for class org.openqa.selenium.remote.http.FormEncodedData
- fromJson(HttpMessage<?>, Type) - Static method in class org.openqa.selenium.remote.http.Contents
G
- get(String) - Static method in class org.openqa.selenium.remote.http.Route
- GET - org.openqa.selenium.remote.http.HttpMethod
- getConfig() - Method in class org.openqa.selenium.remote.http.RemoteCall
- getData(HttpRequest) - Static method in class org.openqa.selenium.remote.http.FormEncodedData
- getMethod() - Method in class org.openqa.selenium.remote.http.HttpRequest
- getParameters() - Method in class org.openqa.selenium.remote.http.UrlTemplate.Match
- getQueryParameter(String) - Method in class org.openqa.selenium.remote.http.HttpRequest
-
Get a query parameter.
- getQueryParameterNames() - Method in class org.openqa.selenium.remote.http.HttpRequest
- getQueryParameters(String) - Method in class org.openqa.selenium.remote.http.HttpRequest
- getStatus() - Method in class org.openqa.selenium.remote.http.HttpResponse
- getTargetHost() - Method in class org.openqa.selenium.remote.http.HttpResponse
-
Returns the host this response was received from, or null if it was not set.
- getUri() - Method in class org.openqa.selenium.remote.http.HttpRequest
- getUrl() - Method in class org.openqa.selenium.remote.http.UrlTemplate.Match
H
- handle(HttpRequest) - Method in class org.openqa.selenium.remote.http.Route
- HTTP_TARGET_HOST - Static variable in class org.openqa.selenium.remote.http.HttpResponse
- HttpClient - Interface in org.openqa.selenium.remote.http
-
Defines a simple client for making HTTP requests.
- HttpClient.Factory - Interface in org.openqa.selenium.remote.http
- HttpClientName - Annotation Type in org.openqa.selenium.remote.http
- HttpHandler - Interface in org.openqa.selenium.remote.http
- HttpMethod - Enum in org.openqa.selenium.remote.http
- HttpRequest - Class in org.openqa.selenium.remote.http
- HttpRequest(HttpMethod, String) - Constructor for class org.openqa.selenium.remote.http.HttpRequest
- HttpResponse - Class in org.openqa.selenium.remote.http
- HttpResponse() - Constructor for class org.openqa.selenium.remote.http.HttpResponse
I
- isSuccessful() - Method in class org.openqa.selenium.remote.http.HttpResponse
L
- LOG - Static variable in class org.openqa.selenium.remote.http.DumpHttpExchangeFilter
M
- match(String) - Method in class org.openqa.selenium.remote.http.UrlTemplate
- matches(HttpRequest) - Method in interface org.openqa.selenium.remote.http.Routable
- matching(Predicate<HttpRequest>) - Static method in class org.openqa.selenium.remote.http.Route
- memoize(Supplier<InputStream>) - Static method in class org.openqa.selenium.remote.http.Contents
- Message - Interface in org.openqa.selenium.remote.http
O
- onBinary(byte[]) - Method in interface org.openqa.selenium.remote.http.WebSocket.Listener
- onClose(int, String) - Method in interface org.openqa.selenium.remote.http.WebSocket.Listener
- onError(Throwable) - Method in interface org.openqa.selenium.remote.http.WebSocket.Listener
- onText(CharSequence) - Method in interface org.openqa.selenium.remote.http.WebSocket.Listener
- openSocket(HttpRequest, WebSocket.Listener) - Method in interface org.openqa.selenium.remote.http.HttpClient
- options(String) - Static method in class org.openqa.selenium.remote.http.Route
- OPTIONS - org.openqa.selenium.remote.http.HttpMethod
- org.openqa.selenium.remote.http - package org.openqa.selenium.remote.http
P
- post(String) - Static method in class org.openqa.selenium.remote.http.Route
- POST - org.openqa.selenium.remote.http.HttpMethod
- prefix(String) - Static method in class org.openqa.selenium.remote.http.Route
- proxy() - Method in class org.openqa.selenium.remote.http.ClientConfig
- proxy(Proxy) - Method in class org.openqa.selenium.remote.http.ClientConfig
R
- reader(Supplier<InputStream>, Charset) - Static method in class org.openqa.selenium.remote.http.Contents
- reader(HttpMessage<?>) - Static method in class org.openqa.selenium.remote.http.Contents
- readTimeout() - Method in class org.openqa.selenium.remote.http.ClientConfig
- readTimeout(Duration) - Method in class org.openqa.selenium.remote.http.ClientConfig
- reason() - Method in class org.openqa.selenium.remote.http.CloseMessage
- relativeToContext(HttpRequest, String) - Static method in class org.openqa.selenium.remote.http.UrlPath
- relativeToServer(HttpRequest, String) - Static method in class org.openqa.selenium.remote.http.UrlPath
- RemoteCall - Class in org.openqa.selenium.remote.http
- RemoteCall(ClientConfig) - Constructor for class org.openqa.selenium.remote.http.RemoteCall
- Routable - Interface in org.openqa.selenium.remote.http
- Route - Class in org.openqa.selenium.remote.http
- Route() - Constructor for class org.openqa.selenium.remote.http.Route
- Route.NestedRouteConfig - Class in org.openqa.selenium.remote.http
- Route.PredicatedConfig - Class in org.openqa.selenium.remote.http
- Route.TemplatizedRouteConfig - Class in org.openqa.selenium.remote.http
S
- send(Message) - Method in interface org.openqa.selenium.remote.http.WebSocket
- sendBinary(byte[]) - Method in interface org.openqa.selenium.remote.http.WebSocket
- sendText(CharSequence) - Method in interface org.openqa.selenium.remote.http.WebSocket
- setStatus(int) - Method in class org.openqa.selenium.remote.http.HttpResponse
- setTargetHost(String) - Method in class org.openqa.selenium.remote.http.HttpResponse
-
Sets the host this response was received from.
- string(CharSequence, Charset) - Static method in class org.openqa.selenium.remote.http.Contents
- string(Supplier<InputStream>, Charset) - Static method in class org.openqa.selenium.remote.http.Contents
- string(HttpMessage<?>) - Static method in class org.openqa.selenium.remote.http.Contents
T
- text() - Method in class org.openqa.selenium.remote.http.TextMessage
- TextMessage - Class in org.openqa.selenium.remote.http
- TextMessage(CharSequence) - Constructor for class org.openqa.selenium.remote.http.TextMessage
- to(Function<Map<String, String>, HttpHandler>) - Method in class org.openqa.selenium.remote.http.Route.TemplatizedRouteConfig
- to(Supplier<HttpHandler>) - Method in class org.openqa.selenium.remote.http.Route.PredicatedConfig
- to(Supplier<HttpHandler>) - Method in class org.openqa.selenium.remote.http.Route.TemplatizedRouteConfig
- to(Route) - Method in class org.openqa.selenium.remote.http.Route.NestedRouteConfig
- toString() - Method in class org.openqa.selenium.remote.http.ClientConfig
- toString() - Method in class org.openqa.selenium.remote.http.HttpRequest
- toString() - Method in class org.openqa.selenium.remote.http.HttpResponse
U
- UrlPath - Class in org.openqa.selenium.remote.http
- UrlTemplate - Class in org.openqa.selenium.remote.http
-
An incredibly bad implementation of URL Templates, but enough for our needs.
- UrlTemplate(String) - Constructor for class org.openqa.selenium.remote.http.UrlTemplate
- UrlTemplate.Match - Class in org.openqa.selenium.remote.http
- USER_AGENT - Static variable in class org.openqa.selenium.remote.http.AddSeleniumUserAgent
- utf8Reader(Supplier<InputStream>) - Static method in class org.openqa.selenium.remote.http.Contents
- utf8String(CharSequence) - Static method in class org.openqa.selenium.remote.http.Contents
- utf8String(Supplier<InputStream>) - Static method in class org.openqa.selenium.remote.http.Contents
V
- value() - Method in annotation type org.openqa.selenium.remote.http.HttpClientName
- valueOf(String) - Static method in enum org.openqa.selenium.remote.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.openqa.selenium.remote.http.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WebSocket - Interface in org.openqa.selenium.remote.http
- WebSocket.Listener - Interface in org.openqa.selenium.remote.http
- with(Filter) - Method in interface org.openqa.selenium.remote.http.HttpHandler
- with(Filter) - Method in interface org.openqa.selenium.remote.http.Routable
- withFilter(Filter) - Method in class org.openqa.selenium.remote.http.ClientConfig
All Classes All Packages