Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- asDisconnectingInputStream() - Method in interface nbbrd.io.http.HttpResponse
B
- BASIC - Enum constant in enum nbbrd.io.http.HttpAuthScheme
- bodyOf(String) - Method in class nbbrd.io.http.HttpRequest.Builder
- build() - Method in class nbbrd.io.http.HttpHeadersBuilder
- build() - Method in class nbbrd.io.http.URLQueryBuilder
-
Creates a new URL using the specified path and parameters.
- builder() - Static method in class nbbrd.io.http.HttpContext
- Builder() - Constructor for class nbbrd.io.http.HttpContext.Builder
- Builder() - Constructor for class nbbrd.io.http.HttpRequest.Builder
C
- CLIENT_ERROR - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
D
- decode(InputStream) - Method in interface nbbrd.io.http.StreamDecoder
- DefaultHttpClient - Class in nbbrd.io.http
- DefaultHttpClient() - Constructor for class nbbrd.io.http.DefaultHttpClient
- deflate() - Static method in interface nbbrd.io.http.StreamDecoder
- DumpingClient - Class in nbbrd.io.http.ext
- DumpingClient() - Constructor for class nbbrd.io.http.ext.DumpingClient
E
- EmptyJavaDoc - Class in Unnamed Package
-
Workaround for JavaDoc issues with Lombok.
- EmptyJavaDoc() - Constructor for class EmptyJavaDoc
F
- filter(BiPredicate<String, String>) - Method in class nbbrd.io.http.HttpHeadersBuilder
G
- GET - Enum constant in enum nbbrd.io.http.HttpMethod
- getBody() - Method in interface nbbrd.io.http.HttpResponse
- getBodyAsReader() - Method in interface nbbrd.io.http.HttpResponse
- getContentType() - Method in interface nbbrd.io.http.HttpResponse
- getDefault() - Static method in interface nbbrd.io.http.URLConnectionFactory
- getName() - Method in interface nbbrd.io.http.StreamDecoder
- getPasswordAuthentication(URL) - Method in interface nbbrd.io.http.HttpAuthenticator
- gzip() - Static method in interface nbbrd.io.http.StreamDecoder
H
- handle(HttpClient, HttpRequest, HttpResponse) - Method in interface nbbrd.io.http.ext.InterceptingClient.Interceptor
- HTTP_ACCEPT_ENCODING_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_ACCEPT_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_ACCEPT_LANGUAGE_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_AUTHENTICATE_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_AUTHORIZATION_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_CONTENT_ENCODING_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_CONTENT_TYPE_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_LOCATION_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HTTP_USER_AGENT_HEADER - Static variable in class nbbrd.io.http.HttpConstants
- HttpAuthenticator - Interface in nbbrd.io.http
- HttpAuthScheme - Enum in nbbrd.io.http
- HttpClient - Interface in nbbrd.io.http
- HttpConstants - Class in nbbrd.io.http
- HttpConstants() - Constructor for class nbbrd.io.http.HttpConstants
- HttpConstants.ResponseType - Enum in nbbrd.io.http
- HttpContext - Class in nbbrd.io.http
- HttpContext() - Constructor for class nbbrd.io.http.HttpContext
- HttpContext.Builder - Class in nbbrd.io.http
- HttpEventListener - Interface in nbbrd.io.http
- HttpHeadersBuilder - Class in nbbrd.io.http
- HttpHeadersBuilder() - Constructor for class nbbrd.io.http.HttpHeadersBuilder
- HttpMethod - Enum in nbbrd.io.http
- HttpRequest - Class in nbbrd.io.http
- HttpRequest() - Constructor for class nbbrd.io.http.HttpRequest
- HttpRequest.Builder - Class in nbbrd.io.http
- HttpResponse - Interface in nbbrd.io.http
- HttpResponseException - Exception Class in nbbrd.io.http
- HttpResponseException(int, String) - Constructor for exception class nbbrd.io.http.HttpResponseException
- HttpResponseException(int, String, Map<String, List<String>>) - Constructor for exception class nbbrd.io.http.HttpResponseException
I
- INFORMATIONAL - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
- InterceptingClient - Class in nbbrd.io.http.ext
- InterceptingClient() - Constructor for class nbbrd.io.http.ext.InterceptingClient
- InterceptingClient.Interceptor - Interface in nbbrd.io.http.ext
- invalidate(URL) - Method in interface nbbrd.io.http.HttpAuthenticator
- isDowngradingProtocolOnRedirect(URL, URL) - Static method in class nbbrd.io.http.HttpConstants
- isHttpProtocol(URL) - Static method in class nbbrd.io.http.HttpConstants
- isHttpsProtocol(URL) - Static method in class nbbrd.io.http.HttpConstants
K
- keyValues(Map<String, List<String>>) - Static method in class nbbrd.io.http.HttpHeadersBuilder
N
- nbbrd.io.http - package nbbrd.io.http
- nbbrd.io.http.ext - package nbbrd.io.http.ext
- NONE - Enum constant in enum nbbrd.io.http.HttpAuthScheme
- noOp() - Static method in interface nbbrd.io.http.HttpAuthenticator
- noOp() - Static method in interface nbbrd.io.http.HttpEventListener
- noOp() - Static method in interface nbbrd.io.http.StreamDecoder
O
- of(URL) - Static method in class nbbrd.io.http.URLQueryBuilder
- ofResponseCode(int) - Static method in enum nbbrd.io.http.HttpConstants.ResponseType
- onEvent(String) - Method in interface nbbrd.io.http.HttpEventListener
- onOpen(HttpRequest, Proxy, HttpAuthScheme) - Method in interface nbbrd.io.http.HttpEventListener
- onRedirection(URL, URL) - Method in interface nbbrd.io.http.HttpEventListener
- onSuccess(Supplier<String>) - Method in interface nbbrd.io.http.HttpEventListener
- onUnauthorized(URL, HttpAuthScheme, HttpAuthScheme) - Method in interface nbbrd.io.http.HttpEventListener
- openConnection(URL, Proxy) - Method in interface nbbrd.io.http.URLConnectionFactory
P
- param(String) - Method in class nbbrd.io.http.URLQueryBuilder
-
Appends the specified parameter to the current URL.
- param(String, String) - Method in class nbbrd.io.http.URLQueryBuilder
-
Appends the specified parameter to the current URL.
- path(String) - Method in class nbbrd.io.http.URLQueryBuilder
-
Appends the specified path to the current URL.
- path(List<String>) - Method in class nbbrd.io.http.URLQueryBuilder
-
Appends the specified path to the current URL.
- POST - Enum constant in enum nbbrd.io.http.HttpMethod
- put(String, String) - Method in class nbbrd.io.http.HttpHeadersBuilder
- put(Map<String, List<String>>) - Method in class nbbrd.io.http.HttpHeadersBuilder
R
- REDIRECTION - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
S
- send(HttpRequest) - Method in class nbbrd.io.http.DefaultHttpClient
- send(HttpRequest) - Method in class nbbrd.io.http.ext.DumpingClient
- send(HttpRequest) - Method in class nbbrd.io.http.ext.InterceptingClient
- send(HttpRequest) - Method in interface nbbrd.io.http.HttpClient
- SERVER_ERROR - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
- StreamDecoder - Interface in nbbrd.io.http
- SUCCESSFUL - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
T
- toString() - Method in class nbbrd.io.http.URLQueryBuilder
- trailingSlash(boolean) - Method in class nbbrd.io.http.URLQueryBuilder
-
Appends a trailing slash to the final URL.
U
- UNKNOWN - Enum constant in enum nbbrd.io.http.HttpConstants.ResponseType
- URLConnectionFactory - Interface in nbbrd.io.http
- URLQueryBuilder - Class in nbbrd.io.http
- URLQueryBuilder() - Constructor for class nbbrd.io.http.URLQueryBuilder
V
- valueOf(String) - Static method in enum nbbrd.io.http.HttpAuthScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nbbrd.io.http.HttpConstants.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum nbbrd.io.http.HttpMethod
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum nbbrd.io.http.HttpAuthScheme
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nbbrd.io.http.HttpConstants.ResponseType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum nbbrd.io.http.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form