| Interface | Description |
|---|---|
| HttpClient |
Defines a simple client for making HTTP requests.
|
| HttpClient.Factory |
| Class | Description |
|---|---|
| AbstractHttpCommandCodec |
A command codec that adheres to the W3C's WebDriver wire protocol.
|
| AbstractHttpCommandCodec.CommandSpec | |
| AbstractHttpResponseCodec |
A response codec usable as a base for both the JSON and W3C wire protocols.
|
| HttpRequest | |
| HttpResponse | |
| JsonHttpCommandCodec |
A command codec that adheres to the Selenium project's JSON/HTTP wire protocol.
|
| JsonHttpResponseCodec |
A response codec that adheres to the Selenium project's JSON/HTTP wire protocol.
|
| W3CHttpCommandCodec |
A command codec that adheres to the W3C's WebDriver wire protocol.
|
| W3CHttpResponseCodec |
A response codec that adheres to the W3C WebDriver wire protocol.
|
| Enum | Description |
|---|---|
| HttpMethod |