| Interface | Description |
|---|---|
| Body |
A representation of the body content of an HTTP message.
|
| BodyFactory |
Factory for creating a
Body instance. |
| Exchange |
The Exchange represents a request / response.
|
| Headers |
An ordered collection of zero or more
HeaderFields. |
| HeadersFactory |
Factory for acquiring a
Headers implementation. |
| Message |
Interface defining the representation for a HTTP message.
|
| Request |
Interface for the request representation.
|
| Response |
The interface defining representation for the HTTP response.
|
| ResponseBuilder |
Builder used for creating
Responses. |
| TargetHost |
Representation of a hostname:port combination
|
| Class | Description |
|---|---|
| CommonMediaTypes |
Constants for common
MediaTypes. |
| ExchangeProperty<T> |
A strongly-typed key that can be used to get and set properties of an
Exchange. |
| HeaderField |
Represents an individual header field in an HTTP message.
|
| HeaderName |
An immutable, case-insensitive HTTP header name (per RFC
7230).
|
| HttpStatus |
An immutable HTTP response status code and its corresponding message (reason phrase).
|
| MediaType |
Representation for a media type, commonly contained in a HTTP Content-Type and Accept header field value.
|
| Method |
An immutable HTTP request method.
|
| ResponseBuilder.Factory |
A factory creating ResponseBuilder instances.
|
| SetCookie |
A utility class used to create a SetCookie header
|
Copyright 2023 Ping Identity Corp. All rights reserved.