Skip navigation links
B C D E F G H I N P R S T V W 

B

body(RequestBody) - Method in interface dev.codeflush.httpclient.request.Request.BuilderWithBody
 
build() - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
build() - Method in interface dev.codeflush.httpclient.request.Request.Template
 
ByteArrayFormDataParameter - Class in dev.codeflush.httpclient.request.body
 
ByteArrayFormDataParameter(String, String, byte[]) - Constructor for class dev.codeflush.httpclient.request.body.ByteArrayFormDataParameter
 
ByteArrayRequestBody - Class in dev.codeflush.httpclient.request.body
 
ByteArrayRequestBody(String, byte[]) - Constructor for class dev.codeflush.httpclient.request.body.ByteArrayRequestBody
 

C

charset(Charset) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
create(Endpoint, RequestMethod) - Static method in interface dev.codeflush.httpclient.request.Request.Builder
 
create(Endpoint, RequestMethod) - Static method in interface dev.codeflush.httpclient.request.Request.BuilderWithBody
 

D

delete() - Method in class dev.codeflush.httpclient.Endpoint
 
DELETE - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
dev.codeflush.httpclient - package dev.codeflush.httpclient
 
dev.codeflush.httpclient.client - package dev.codeflush.httpclient.client
 
dev.codeflush.httpclient.parser - package dev.codeflush.httpclient.parser
 
dev.codeflush.httpclient.request - package dev.codeflush.httpclient.request
 
dev.codeflush.httpclient.request.body - package dev.codeflush.httpclient.request.body
 

E

Endpoint - Class in dev.codeflush.httpclient
 
Endpoint(URL) - Constructor for class dev.codeflush.httpclient.Endpoint
 
enrich() - Method in interface dev.codeflush.httpclient.request.Request.Template
 
enrich() - Method in interface dev.codeflush.httpclient.request.Request.TemplateWithBody
 
execute(Request, ResponseParser<? extends T>) - Method in interface dev.codeflush.httpclient.client.HTTPClient
 
execute(Request, ResponseParser<? extends T>) - Method in class dev.codeflush.httpclient.client.SimpleHTTPClient
 
execute(HTTPClient, ResponseParser<R>) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
execute(HTTPClient, ResponseParser<? extends T>) - Method in class dev.codeflush.httpclient.request.Request
 

F

forAddress(String, InetSocketAddress) - Static method in class dev.codeflush.httpclient.Endpoint
 
forAddress(InetSocketAddress) - Static method in class dev.codeflush.httpclient.Endpoint
 
forBytes(String, String, byte[]) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forBytes(String, byte[]) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forFile(String, String, File) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forFile(String, File) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forFile(String, File) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forFile(File) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forHost(String, String) - Static method in class dev.codeflush.httpclient.Endpoint
 
forHost(String) - Static method in class dev.codeflush.httpclient.Endpoint
 
forHostAndPort(String, String, int) - Static method in class dev.codeflush.httpclient.Endpoint
 
forHostAndPort(String, int) - Static method in class dev.codeflush.httpclient.Endpoint
 
forJson(String, String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forJson(String, String) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forJson(String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forJson(String) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forMap(Map<String, String>, Charset) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forMap(Map<String, String>) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
FormDataParameter - Interface in dev.codeflush.httpclient.request.body
 
FormDataRequestBody - Class in dev.codeflush.httpclient.request.body
 
FormDataRequestBody(Collection<? extends FormDataParameter>) - Constructor for class dev.codeflush.httpclient.request.body.FormDataRequestBody
 
FormURLEncodedRequestBody - Class in dev.codeflush.httpclient.request.body
 
FormURLEncodedRequestBody(byte[], String) - Constructor for class dev.codeflush.httpclient.request.body.FormURLEncodedRequestBody
 
forText(String, String, String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forText(String, String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forText(String, String) - Static method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
forText(String, String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forText(String, Charset) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forText(String) - Static method in interface dev.codeflush.httpclient.request.body.RequestBody
 
forURL(String) - Static method in class dev.codeflush.httpclient.Endpoint
 

G

get() - Method in class dev.codeflush.httpclient.Endpoint
 
GET - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
getBody() - Method in class dev.codeflush.httpclient.request.Request
 
getClient() - Method in class dev.codeflush.httpclient.Response
 
getContentLength() - Method in class dev.codeflush.httpclient.request.body.ByteArrayRequestBody
 
getContentLength() - Method in interface dev.codeflush.httpclient.request.body.RequestBody
 
getContentType() - Method in class dev.codeflush.httpclient.request.body.ByteArrayRequestBody
 
getContentType() - Method in class dev.codeflush.httpclient.request.body.FormDataRequestBody
 
getContentType() - Method in class dev.codeflush.httpclient.request.body.FormURLEncodedRequestBody
 
getContentType() - Method in class dev.codeflush.httpclient.request.body.InputStreamRequestBody
 
getContentType() - Method in interface dev.codeflush.httpclient.request.body.RequestBody
 
getContentType() - Method in class dev.codeflush.httpclient.Response
 
getContentTypeCharset() - Method in class dev.codeflush.httpclient.Response
 
getFallback(HTTPClient, Request) - Method in interface dev.codeflush.httpclient.parser.ResponseParser
 
getHeaders() - Method in class dev.codeflush.httpclient.request.Request
 
getHeaders() - Method in class dev.codeflush.httpclient.Response
 
getInputStream() - Method in interface dev.codeflush.httpclient.InputStreamSupplier
 
getMethod() - Method in class dev.codeflush.httpclient.request.Request
 
getName() - Method in class dev.codeflush.httpclient.request.body.ByteArrayFormDataParameter
 
getName() - Method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
getName() - Method in class dev.codeflush.httpclient.request.body.InputStreamFormDataParameter
 
getName() - Method in interface dev.codeflush.httpclient.RequestMethod
 
getName() - Method in class dev.codeflush.httpclient.RequestMethod.RequestMethodWithBody
 
getName() - Method in class dev.codeflush.httpclient.RequestMethod.RequestMethodWithoutBody
 
getParser() - Method in class dev.codeflush.httpclient.Response
 
getRequest() - Method in class dev.codeflush.httpclient.Response
 
getRequestURL() - Method in class dev.codeflush.httpclient.request.Request
 
getResponseCode() - Method in class dev.codeflush.httpclient.Response
 
getURL() - Method in class dev.codeflush.httpclient.Endpoint
 
getValue() - Method in class dev.codeflush.httpclient.Response
 

H

head() - Method in class dev.codeflush.httpclient.Endpoint
 
HEAD - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
header(String, String) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
headers(Map<String, String>) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
HTTP - Static variable in class dev.codeflush.httpclient.Endpoint
 
HTTPClient - Interface in dev.codeflush.httpclient.client
 
HTTPS - Static variable in class dev.codeflush.httpclient.Endpoint
 

I

InputStreamFormDataParameter - Class in dev.codeflush.httpclient.request.body
 
InputStreamFormDataParameter(String, String, InputStreamSupplier) - Constructor for class dev.codeflush.httpclient.request.body.InputStreamFormDataParameter
 
InputStreamRequestBody - Class in dev.codeflush.httpclient.request.body
 
InputStreamRequestBody(String, InputStreamSupplier) - Constructor for class dev.codeflush.httpclient.request.body.InputStreamRequestBody
 
InputStreamSupplier - Interface in dev.codeflush.httpclient
 
isBinaryTransferEncoding() - Method in class dev.codeflush.httpclient.request.body.ByteArrayFormDataParameter
 
isBinaryTransferEncoding() - Method in interface dev.codeflush.httpclient.request.body.FormDataParameter
 
isBinaryTransferEncoding() - Method in class dev.codeflush.httpclient.request.body.InputStreamFormDataParameter
 
isBinaryTransferEncoding() - Method in class dev.codeflush.httpclient.request.body.StringFormDataParameter
 

N

NoOpResponseParser - Class in dev.codeflush.httpclient.parser
 
NoOpResponseParser() - Constructor for class dev.codeflush.httpclient.parser.NoOpResponseParser
 

P

parameter(String, String) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
parameter(String) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
parameters(Map<String, String>) - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
parse(HTTPClient, Request, int, InputStream, Map<String, List<String>>, String, String) - Method in class dev.codeflush.httpclient.parser.NoOpResponseParser
 
parse(HTTPClient, Request, int, InputStream, Map<String, List<String>>, String, String) - Method in interface dev.codeflush.httpclient.parser.ResponseParser
 
parse(HTTPClient, Request, int, InputStream, Map<String, List<String>>, String, String) - Method in class dev.codeflush.httpclient.parser.SaveFileResponseParser
 
parse(HTTPClient, Request, int, InputStream, Map<String, List<String>>, String, String) - Method in class dev.codeflush.httpclient.parser.StringResponseParser
 
parseContentType(String) - Static method in class dev.codeflush.httpclient.client.SimpleHTTPClient
 
patch() - Method in class dev.codeflush.httpclient.Endpoint
 
PATCH - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
post() - Method in class dev.codeflush.httpclient.Endpoint
 
POST - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
put() - Method in class dev.codeflush.httpclient.Endpoint
 
PUT - Static variable in interface dev.codeflush.httpclient.RequestMethod
 

R

repeat() - Method in class dev.codeflush.httpclient.Response
 
request(RequestMethod.RequestMethodWithoutBody) - Method in class dev.codeflush.httpclient.Endpoint
 
request(RequestMethod.RequestMethodWithBody) - Method in class dev.codeflush.httpclient.Endpoint
 
Request - Class in dev.codeflush.httpclient.request
 
Request(Endpoint, RequestMethod, Charset, Map<String, String>, Map<String, String>, RequestBody) - Constructor for class dev.codeflush.httpclient.request.Request
 
Request.Builder<T extends Request.Builder<T>> - Interface in dev.codeflush.httpclient.request
 
Request.BuilderWithBody<T extends Request.BuilderWithBody<T>> - Interface in dev.codeflush.httpclient.request
 
Request.Template - Interface in dev.codeflush.httpclient.request
 
Request.TemplateWithBody - Interface in dev.codeflush.httpclient.request
 
RequestBody - Interface in dev.codeflush.httpclient.request.body
 
RequestMethod - Interface in dev.codeflush.httpclient
 
RequestMethod.RequestMethodWithBody - Class in dev.codeflush.httpclient
 
RequestMethod.RequestMethodWithoutBody - Class in dev.codeflush.httpclient
 
resolve(String...) - Method in class dev.codeflush.httpclient.Endpoint
 
Response<T> - Class in dev.codeflush.httpclient
 
Response(HTTPClient, Request, ResponseParser<? extends T>, int, Map<String, List<String>>, String, String, T) - Constructor for class dev.codeflush.httpclient.Response
 
ResponseParser<T> - Interface in dev.codeflush.httpclient.parser
 

S

SaveFileResponseParser - Class in dev.codeflush.httpclient.parser
 
SaveFileResponseParser(File) - Constructor for class dev.codeflush.httpclient.parser.SaveFileResponseParser
 
SimpleHTTPClient - Class in dev.codeflush.httpclient.client
 
SimpleHTTPClient(Map<String, String>) - Constructor for class dev.codeflush.httpclient.client.SimpleHTTPClient
 
SimpleHTTPClient() - Constructor for class dev.codeflush.httpclient.client.SimpleHTTPClient
 
StringFormDataParameter - Class in dev.codeflush.httpclient.request.body
 
StringFormDataParameter(String, String, String, Charset) - Constructor for class dev.codeflush.httpclient.request.body.StringFormDataParameter
 
StringResponseParser - Class in dev.codeflush.httpclient.parser
 
StringResponseParser() - Constructor for class dev.codeflush.httpclient.parser.StringResponseParser
 
supportsRequestBody() - Method in class dev.codeflush.httpclient.RequestMethod.RequestMethodWithBody
 
supportsRequestBody() - Method in class dev.codeflush.httpclient.RequestMethod.RequestMethodWithoutBody
 
supportsRequestBody() - Method in interface dev.codeflush.httpclient.RequestMethod
 

T

template() - Method in interface dev.codeflush.httpclient.request.Request.Builder
 
template() - Method in interface dev.codeflush.httpclient.request.Request.BuilderWithBody
 

V

VALUES - Static variable in interface dev.codeflush.httpclient.RequestMethod
 
values() - Static method in interface dev.codeflush.httpclient.RequestMethod
 

W

write(OutputStream) - Method in class dev.codeflush.httpclient.request.body.ByteArrayRequestBody
 
write(OutputStream) - Method in class dev.codeflush.httpclient.request.body.FormDataRequestBody
 
write(OutputStream) - Method in class dev.codeflush.httpclient.request.body.FormURLEncodedRequestBody
 
write(OutputStream) - Method in class dev.codeflush.httpclient.request.body.InputStreamRequestBody
 
write(OutputStream) - Method in interface dev.codeflush.httpclient.request.body.RequestBody
 
B C D E F G H I N P R S T V W 
Skip navigation links

Copyright © 2019. All rights reserved.