B C D E F G H L M P R S T 
All Classes All Packages

B

BasicRestClient - Class in com.github.bannmann.restflow
 
BasicRestClient() - Constructor for class com.github.bannmann.restflow.BasicRestClient
 

C

ClientConfig - Class in com.github.bannmann.restflow
 
ClientConfig() - Constructor for class com.github.bannmann.restflow.ClientConfig
 
com.github.bannmann.restflow - package com.github.bannmann.restflow
 
com.github.bannmann.restflow.util - package com.github.bannmann.restflow.util
 
customize(HttpRequest.Builder) - Method in interface com.github.bannmann.restflow.RequestCustomizer
Allows modifying the request before it is sent.
customizingRequest(RequestCustomizer) - Method in class com.github.bannmann.restflow.ExecuteHandle
 
customizingRequest(RequestCustomizer) - Method in class com.github.bannmann.restflow.FetchHandle
 

D

delete(String) - Method in class com.github.bannmann.restflow.StandardRestClient
 

E

execute() - Method in class com.github.bannmann.restflow.ExecuteHandle
 
ExecuteHandle - Class in com.github.bannmann.restflow
 
ExecuteHandle() - Constructor for class com.github.bannmann.restflow.ExecuteHandle
 

F

fetch() - Method in class com.github.bannmann.restflow.FetchHandle
 
FetchHandle<R> - Class in com.github.bannmann.restflow
 
FetchHandle() - Constructor for class com.github.bannmann.restflow.FetchHandle
 

G

get(String) - Method in class com.github.bannmann.restflow.StandardRestClient
 

H

HttpRequests - Class in com.github.bannmann.restflow.util
 
HttpRequests() - Constructor for class com.github.bannmann.restflow.util.HttpRequests
 

L

listOf(Class<?>) - Method in class com.github.bannmann.restflow.util.Types
 

M

make(HttpRequest) - Method in class com.github.bannmann.restflow.BasicRestClient
 

P

patch(Object) - Method in class com.github.bannmann.restflow.StandardRestClient
 
patch(String, String) - Method in class com.github.bannmann.restflow.StandardRestClient
 
patch(JsonMergePatch) - Method in class com.github.bannmann.restflow.StandardRestClient
 
patch(JsonPatch) - Method in class com.github.bannmann.restflow.StandardRestClient
 
patch(JsonValue) - Method in class com.github.bannmann.restflow.StandardRestClient
 
post(Object) - Method in class com.github.bannmann.restflow.StandardRestClient
 
post(String, String) - Method in class com.github.bannmann.restflow.StandardRestClient
 
post(JsonValue) - Method in class com.github.bannmann.restflow.StandardRestClient
 
put(Object) - Method in class com.github.bannmann.restflow.StandardRestClient
 
put(String, String) - Method in class com.github.bannmann.restflow.StandardRestClient
 
put(JsonValue) - Method in class com.github.bannmann.restflow.StandardRestClient
 

R

RequestBodyHandle - Class in com.github.bannmann.restflow
 
RequestBodyHandle() - Constructor for class com.github.bannmann.restflow.RequestBodyHandle
 
RequestCustomizer - Interface in com.github.bannmann.restflow
Allows modifying an HttpRequest before it is sent.
RequestFailureException - Exception in com.github.bannmann.restflow
Thrown when the request failed without a status code.
RequestFailureException() - Constructor for exception com.github.bannmann.restflow.RequestFailureException
 
RequestFailureException(String) - Constructor for exception com.github.bannmann.restflow.RequestFailureException
 
RequestFailureException(String, Throwable) - Constructor for exception com.github.bannmann.restflow.RequestFailureException
 
RequestFailureException(Throwable) - Constructor for exception com.github.bannmann.restflow.RequestFailureException
 
RequestHandle - Class in com.github.bannmann.restflow
 
RequestHandle() - Constructor for class com.github.bannmann.restflow.RequestHandle
 
returning(Class<T>) - Method in class com.github.bannmann.restflow.RequestHandle
 
returning(Type) - Method in class com.github.bannmann.restflow.RequestHandle
 
returningInputStream() - Method in class com.github.bannmann.restflow.RequestHandle
 
returningJsonArray() - Method in class com.github.bannmann.restflow.RequestHandle
 
returningJsonObject() - Method in class com.github.bannmann.restflow.RequestHandle
 
returningListOf(Class<T>) - Method in class com.github.bannmann.restflow.RequestHandle
 
returningNothing() - Method in class com.github.bannmann.restflow.RequestHandle
 
returningString() - Method in class com.github.bannmann.restflow.RequestHandle
 

S

StandardRestClient - Class in com.github.bannmann.restflow
 

T

to(String) - Method in class com.github.bannmann.restflow.RequestBodyHandle
 
toBuilder(HttpRequest) - Method in class com.github.bannmann.restflow.util.HttpRequests
 
tryFetch() - Method in class com.github.bannmann.restflow.FetchHandle
 
Types - Class in com.github.bannmann.restflow.util
 
Types() - Constructor for class com.github.bannmann.restflow.util.Types
 
B C D E F G H L M P R S T 
All Classes All Packages