Index

A B C D E F G H I K L M N O P S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

allValues(String) - Method in class nbbrd.io.http.HttpHeaders
 
asDisconnectingInputStream() - Method in interface nbbrd.io.http.HttpResponse
 

B

BASIC - Enum constant in enum nbbrd.io.http.HttpAuthScheme
 
BEARER - 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.HttpHeaders.Builder
 
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.HttpHeaders
 
builder() - Static method in class nbbrd.io.http.UrlConnectionHttpClient
 
Builder() - Constructor for class nbbrd.io.http.HttpHeaders.Builder
 
Builder() - Constructor for class nbbrd.io.http.HttpRequest.Builder
 
Builder() - Constructor for class nbbrd.io.http.UrlConnectionHttpClient.Builder
 
buildURI() - Method in class nbbrd.io.http.URLQueryBuilder
 

C

close() - Method in class nbbrd.io.http.ext.PersistentResponse
 
copyOf(HttpResponse) - Static method in class nbbrd.io.http.ext.PersistentResponse
 

D

decode(InputStream) - Method in interface nbbrd.io.http.UrlConnectionEncoding
 
deflate() - Static method in interface nbbrd.io.http.UrlConnectionEncoding
 
DELETE - Enum constant in enum nbbrd.io.http.HttpMethod
 
DumpingHttpClient - Class in nbbrd.io.http.ext
 
DumpingHttpClient() - Constructor for class nbbrd.io.http.ext.DumpingHttpClient
 

E

EMPTY - Static variable in class nbbrd.io.http.HttpHeaders
 
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.HttpHeaders.Builder
 
firstValue(String) - Method in class nbbrd.io.http.HttpHeaders
 

G

GET - Enum constant in enum nbbrd.io.http.HttpMethod
 
getBody() - Method in class nbbrd.io.http.ext.PersistentResponse
 
getBody() - Method in interface nbbrd.io.http.HttpResponse
 
getBodyAsReader() - Method in interface nbbrd.io.http.HttpResponse
 
getBodyAsString() - Method in interface nbbrd.io.http.HttpResponse
 
getContentLength() - Method in class nbbrd.io.http.ext.PersistentResponse
 
getContentLength() - Method in interface nbbrd.io.http.HttpResponse
 
getContentType() - Method in interface nbbrd.io.http.HttpResponse
 
getDefault() - Static method in interface nbbrd.io.http.UrlConnectionFactory
 
getDescription() - Method in class nbbrd.io.http.ext.DumpingHttpClient
 
getDescription() - Method in class nbbrd.io.http.ext.InterceptingHttpClient
 
getDescription() - Method in class nbbrd.io.http.ext.LazyHttpClient
 
getDescription() - Method in interface nbbrd.io.http.HttpClient
 
getDescription() - Method in class nbbrd.io.http.UrlConnectionHttpClient
 
getHeaders() - Method in interface nbbrd.io.http.HttpResponse
Returns the response headers.
getName() - Method in interface nbbrd.io.http.UrlConnectionEncoding
 
getPasswordAuthentication(URL) - Method in interface nbbrd.io.http.HttpAuthenticator
 
gzip() - Static method in interface nbbrd.io.http.UrlConnectionEncoding
 

H

handle(HttpClient, HttpRequest, HttpResponse) - Method in interface nbbrd.io.http.ext.InterceptingHttpClient.Interceptor
 
HEAD - Enum constant in enum nbbrd.io.http.HttpMethod
 
HTTP_ACCEPT_ENCODING_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_ACCEPT_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_ACCEPT_LANGUAGE_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_AUTHENTICATE_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_AUTHORIZATION_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_CONTENT_ENCODING_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_CONTENT_LENGTH_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_CONTENT_TYPE_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_LOCATION_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HTTP_USER_AGENT_HEADER - Static variable in class nbbrd.io.http.HttpHeaders
 
HttpAuthenticator - Interface in nbbrd.io.http
 
HttpAuthScheme - Enum in nbbrd.io.http
 
HttpClient - Interface in nbbrd.io.http
 
HttpHeaders - Class in nbbrd.io.http
 
HttpHeaders() - Constructor for class nbbrd.io.http.HttpHeaders
 
HttpHeaders.Builder - Class in nbbrd.io.http
 
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

InterceptingHttpClient - Class in nbbrd.io.http.ext
 
InterceptingHttpClient() - Constructor for class nbbrd.io.http.ext.InterceptingHttpClient
 
InterceptingHttpClient.Interceptor - Interface in nbbrd.io.http.ext
 
invalidate(URL) - Method in interface nbbrd.io.http.HttpAuthenticator
 

K

keyValues() - Method in class nbbrd.io.http.HttpHeaders
 
keyValues(Map<String, List<String>>) - Static method in class nbbrd.io.http.HttpHeaders.Builder
 

L

languages(String) - Method in class nbbrd.io.http.HttpHeaders.Builder
 
LazyHttpClient - Class in nbbrd.io.http.ext
 
LazyHttpClient() - Constructor for class nbbrd.io.http.ext.LazyHttpClient
 

M

mediaType(MediaType) - Method in class nbbrd.io.http.HttpHeaders.Builder
 
mediaTypes(List<MediaType>) - Method in class nbbrd.io.http.HttpHeaders.Builder
 

N

nbbrd.io.http - package nbbrd.io.http
 
nbbrd.io.http.ext - package nbbrd.io.http.ext
 
newPassword(String, String) - Static method in interface nbbrd.io.http.HttpAuthenticator
 
newToken(String) - Static method in interface nbbrd.io.http.HttpAuthenticator
 
NO_CONTENT_LENGTH - Static variable in interface nbbrd.io.http.HttpResponse
 
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.UrlConnectionEncoding
 
noOp() - Static method in interface nbbrd.io.http.UrlConnectionListener
 

O

of(URL) - Static method in class nbbrd.io.http.URLQueryBuilder
 
of(Map<String, List<String>>) - Static method in class nbbrd.io.http.HttpHeaders
 
of(Map<String, List<String>>, BiPredicate<String, String>) - Static method in class nbbrd.io.http.HttpHeaders
 
onComplete(HttpRequest, long, long) - Method in interface nbbrd.io.http.UrlConnectionListener
 
onEvent(String) - Method in interface nbbrd.io.http.UrlConnectionListener
 
onOpen(HttpRequest, Proxy, HttpAuthScheme) - Method in interface nbbrd.io.http.UrlConnectionListener
 
onRedirection(URL, URL) - Method in interface nbbrd.io.http.UrlConnectionListener
 
onSuccess(Supplier<String>) - Method in interface nbbrd.io.http.UrlConnectionListener
 
onUnauthorized(URL, HttpAuthScheme, HttpAuthScheme) - Method in interface nbbrd.io.http.UrlConnectionListener
 
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.
PATCH - Enum constant in enum nbbrd.io.http.HttpMethod
 
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.
PersistentResponse - Class in nbbrd.io.http.ext
 
PersistentResponse() - Constructor for class nbbrd.io.http.ext.PersistentResponse
 
POST - Enum constant in enum nbbrd.io.http.HttpMethod
 
put(String, String) - Method in class nbbrd.io.http.HttpHeaders.Builder
 
put(Map<String, List<String>>) - Method in class nbbrd.io.http.HttpHeaders.Builder
 
put(HttpHeaders) - Method in class nbbrd.io.http.HttpHeaders.Builder
 
PUT - Enum constant in enum nbbrd.io.http.HttpMethod
 

S

send(HttpRequest) - Method in class nbbrd.io.http.ext.DumpingHttpClient
 
send(HttpRequest) - Method in class nbbrd.io.http.ext.InterceptingHttpClient
 
send(HttpRequest) - Method in class nbbrd.io.http.ext.LazyHttpClient
 
send(HttpRequest) - Method in interface nbbrd.io.http.HttpClient
 
send(HttpRequest) - Method in class nbbrd.io.http.UrlConnectionHttpClient
 

T

toBuilder() - Method in class nbbrd.io.http.HttpHeaders
 
toString() - Method in class nbbrd.io.http.URLQueryBuilder
 
toURI(URL) - Static method in class nbbrd.io.http.UrlConnectionHttpClient
 
toURL(URI) - Static method in class nbbrd.io.http.UrlConnectionHttpClient
 
trailingSlash(boolean) - Method in class nbbrd.io.http.URLQueryBuilder
Appends a trailing slash to the final URL.

U

UrlConnectionEncoding - Interface in nbbrd.io.http
 
UrlConnectionFactory - Interface in nbbrd.io.http
 
UrlConnectionHttpClient - Class in nbbrd.io.http
 
UrlConnectionHttpClient() - Constructor for class nbbrd.io.http.UrlConnectionHttpClient
 
UrlConnectionHttpClient.Builder - Class in nbbrd.io.http
 
UrlConnectionListener - 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.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.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I K L M N O P S T U V 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form