A B C D E F G H I K M N P Q R S U V W 
All Classes All Packages

A

add(QueryParameter) - Method in class com.envimate.httpmate.client.RequestPath
 
aDeleteRequestToThePath(String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 
aGetRequestToThePath(String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 
aHttpMateClientBypassingRequestsDirectlyTo(HttpMate) - Static method in class com.envimate.httpmate.client.HttpMateClient
 
aHttpMateClientForTheHost(String) - Static method in class com.envimate.httpmate.client.HttpMateClient
 
aHttpMateClientThatReusesConnectionsForTheHost(String) - Static method in class com.envimate.httpmate.client.HttpMateClient
 
anOptionsRequestToThePath(String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 
aPartWithTheControlName(String) - Static method in class com.envimate.httpmate.client.body.multipart.Part
 
aPostRequestToThePath(String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 
aPutRequestToThePath(String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 
aRequest(String, String) - Static method in class com.envimate.httpmate.client.HttpClientRequest
 

B

BasePath - Class in com.envimate.httpmate.client
 
BasePath() - Constructor for class com.envimate.httpmate.client.BasePath
 
body() - Method in class com.envimate.httpmate.client.HttpClientRequest
 
Body - Class in com.envimate.httpmate.client.body
 
Body() - Constructor for class com.envimate.httpmate.client.body.Body
 
bodyWithContentType(Supplier<InputStream>, String) - Static method in class com.envimate.httpmate.client.body.Body
 
bodyWithoutContentType(Supplier<InputStream>) - Static method in class com.envimate.httpmate.client.body.Body
 
build() - Method in class com.envimate.httpmate.client.HttpMateClientBuilder
 
bypassIssuer(HttpMate) - Static method in class com.envimate.httpmate.client.issuer.bypass.BypassIssuer
 
BypassIssuer - Class in com.envimate.httpmate.client.issuer.bypass
 
BypassIssuer() - Constructor for class com.envimate.httpmate.client.issuer.bypass.BypassIssuer
 

C

ClientResponseMapper<T> - Interface in com.envimate.httpmate.client
 
close() - Method in class com.envimate.httpmate.client.HttpMateClient
 
close() - Method in class com.envimate.httpmate.client.issuer.bypass.BypassIssuer
 
close() - Method in interface com.envimate.httpmate.client.issuer.Issuer
 
close() - Method in interface com.envimate.httpmate.client.issuer.real.Connection
 
close() - Method in class com.envimate.httpmate.client.issuer.real.NormalConnection
 
close() - Method in class com.envimate.httpmate.client.issuer.real.NormalConnectionFactory
 
close() - Method in class com.envimate.httpmate.client.issuer.real.RealIssuer
 
com.envimate.httpmate.client - package com.envimate.httpmate.client
 
com.envimate.httpmate.client.body - package com.envimate.httpmate.client.body
 
com.envimate.httpmate.client.body.multipart - package com.envimate.httpmate.client.body.multipart
 
com.envimate.httpmate.client.body.multipart.builder - package com.envimate.httpmate.client.body.multipart.builder
 
com.envimate.httpmate.client.clientbuilder - package com.envimate.httpmate.client.clientbuilder
 
com.envimate.httpmate.client.issuer - package com.envimate.httpmate.client.issuer
 
com.envimate.httpmate.client.issuer.bypass - package com.envimate.httpmate.client.issuer.bypass
 
com.envimate.httpmate.client.issuer.real - package com.envimate.httpmate.client.issuer.real
 
concatenateWithStartingAndTrailingSlash(String) - Method in class com.envimate.httpmate.client.BasePath
 
Connection - Interface in com.envimate.httpmate.client.issuer.real
 
connectionObject() - Method in interface com.envimate.httpmate.client.issuer.real.Connection
 
connectionObject() - Method in class com.envimate.httpmate.client.issuer.real.NormalConnection
 
content() - Method in class com.envimate.httpmate.client.RawClientResponse
 
ContentStage - Interface in com.envimate.httpmate.client.body.multipart.builder
 
contentType() - Method in class com.envimate.httpmate.client.body.Body
 
contentType() - Method in class com.envimate.httpmate.client.RawClientResponse
 
createMultipartBody(Part...) - Static method in class com.envimate.httpmate.client.body.multipart.MultipartBodyCreator
 

D

describe() - Method in class com.envimate.httpmate.client.SimpleHttpResponseObject
 

E

encoded() - Method in class com.envimate.httpmate.client.UriString
 
encoded(Function<String, String>) - Method in class com.envimate.httpmate.client.UriString
 

F

FileNameStage - Interface in com.envimate.httpmate.client.body.multipart.builder
 

G

get() - Method in interface com.envimate.httpmate.client.HttpClientRequestBody
 
getBody() - Method in class com.envimate.httpmate.client.SimpleHttpResponseObject
 
getConnectionTo(Endpoint) - Method in class com.envimate.httpmate.client.issuer.real.NormalConnectionFactory
 
getHeaders() - Method in class com.envimate.httpmate.client.SimpleHttpResponseObject
 
getObject() - Method in class com.envimate.httpmate.client.issuer.bypass.SynchronizationWrapper
 
getStatusCode() - Method in class com.envimate.httpmate.client.SimpleHttpResponseObject
 

H

header(String) - Method in class com.envimate.httpmate.client.RawClientResponse
 
headers() - Method in class com.envimate.httpmate.client.HttpClientRequest
 
headers() - Method in class com.envimate.httpmate.client.RawClientResponse
 
HTTP - com.envimate.httpmate.client.issuer.real.Protocol
 
HttpClientRequest<T> - Class in com.envimate.httpmate.client
 
HttpClientRequest() - Constructor for class com.envimate.httpmate.client.HttpClientRequest
 
HttpClientRequestBody - Interface in com.envimate.httpmate.client
 
HttpClientRequestBuilder<T> - Class in com.envimate.httpmate.client
 
HttpClientRequestBuilder() - Constructor for class com.envimate.httpmate.client.HttpClientRequestBuilder
 
httpClientResponse(int, Map<String, String>, String) - Static method in class com.envimate.httpmate.client.SimpleHttpResponseObject
 
HttpMateClient - Class in com.envimate.httpmate.client
 
HttpMateClient() - Constructor for class com.envimate.httpmate.client.HttpMateClient
 
HttpMateClientBuilder - Class in com.envimate.httpmate.client
 
HttpMateClientBuilder() - Constructor for class com.envimate.httpmate.client.HttpMateClientBuilder
 
HTTPS - com.envimate.httpmate.client.issuer.real.Protocol
 

I

identifier() - Method in enum com.envimate.httpmate.client.issuer.real.Protocol
 
inputStream() - Method in class com.envimate.httpmate.client.body.Body
 
issue(HttpClientRequest<T>) - Method in class com.envimate.httpmate.client.HttpMateClient
 
issue(HttpClientRequest<T>, Function<RawClientResponse, T>) - Method in class com.envimate.httpmate.client.issuer.bypass.BypassIssuer
 
issue(HttpClientRequest<T>, Function<RawClientResponse, T>) - Method in interface com.envimate.httpmate.client.issuer.Issuer
 
issue(HttpClientRequest<T>, Function<RawClientResponse, T>) - Method in class com.envimate.httpmate.client.issuer.real.RealIssuer
 
issue(HttpClientRequestBuilder<T>) - Method in class com.envimate.httpmate.client.HttpMateClient
 
Issuer - Interface in com.envimate.httpmate.client.issuer
 

K

key() - Method in class com.envimate.httpmate.client.QueryParameter
 

M

map(RawClientResponse, Class<T>) - Method in interface com.envimate.httpmate.client.ClientResponseMapper
 
mappedTo(Class<X>) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
mappedToString() - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
method() - Method in class com.envimate.httpmate.client.HttpClientRequest
 
MultipartBodyCreator - Class in com.envimate.httpmate.client.body.multipart
 
MultipartRequestException - Exception in com.envimate.httpmate.client.body.multipart
 

N

NormalConnection - Class in com.envimate.httpmate.client.issuer.real
 
NormalConnection() - Constructor for class com.envimate.httpmate.client.issuer.real.NormalConnection
 
NormalConnectionFactory - Class in com.envimate.httpmate.client.issuer.real
 
NormalConnectionFactory() - Constructor for class com.envimate.httpmate.client.issuer.real.NormalConnectionFactory
 

P

parse(String) - Static method in class com.envimate.httpmate.client.QueryParameter
 
parse(String) - Static method in class com.envimate.httpmate.client.RequestPath
 
Part - Class in com.envimate.httpmate.client.body.multipart
 
Part() - Constructor for class com.envimate.httpmate.client.body.multipart.Part
 
path() - Method in class com.envimate.httpmate.client.HttpClientRequest
 
path() - Method in class com.envimate.httpmate.client.RequestPath
 
PortStage - Interface in com.envimate.httpmate.client.clientbuilder
 
Protocol - Enum in com.envimate.httpmate.client.issuer.real
 
ProtocolStage - Interface in com.envimate.httpmate.client.clientbuilder
 

Q

queryParameter(String) - Static method in class com.envimate.httpmate.client.QueryParameter
 
queryParameter(String, String) - Static method in class com.envimate.httpmate.client.QueryParameter
 
QueryParameter - Class in com.envimate.httpmate.client
 
QueryParameter() - Constructor for class com.envimate.httpmate.client.QueryParameter
 
queryParameters() - Method in class com.envimate.httpmate.client.RequestPath
 

R

rawClientResponse(int, Map<String, String>, InputStream) - Static method in class com.envimate.httpmate.client.RawClientResponse
 
RawClientResponse - Class in com.envimate.httpmate.client
 
RawClientResponse() - Constructor for class com.envimate.httpmate.client.RawClientResponse
 
realIssuer(Protocol, String, int, BasePath) - Static method in class com.envimate.httpmate.client.issuer.real.RealIssuer
 
RealIssuer - Class in com.envimate.httpmate.client.issuer.real
 
RealIssuer() - Constructor for class com.envimate.httpmate.client.issuer.real.RealIssuer
 
realIssuerWithConnectionReuse(Protocol, String, int, BasePath) - Static method in class com.envimate.httpmate.client.issuer.real.RealIssuer
 
render() - Method in class com.envimate.httpmate.client.QueryParameter
 
render() - Method in class com.envimate.httpmate.client.RequestPath
 
RequestPath - Class in com.envimate.httpmate.client
 
RequestPath() - Constructor for class com.envimate.httpmate.client.RequestPath
 

S

setObject(T) - Method in class com.envimate.httpmate.client.issuer.bypass.SynchronizationWrapper
 
SimpleHttpResponseObject - Class in com.envimate.httpmate.client
 
SimpleHttpResponseObject() - Constructor for class com.envimate.httpmate.client.SimpleHttpResponseObject
 
statusCode() - Method in class com.envimate.httpmate.client.RawClientResponse
 
SynchronizationWrapper<T> - Class in com.envimate.httpmate.client.issuer.bypass
 
SynchronizationWrapper() - Constructor for class com.envimate.httpmate.client.issuer.bypass.SynchronizationWrapper
 

U

unencoded() - Method in class com.envimate.httpmate.client.UriString
 
unsupportedTargetTypeException(Class<?>, Class<?>) - Static method in exception com.envimate.httpmate.client.UnsupportedTargetTypeException
 
UnsupportedTargetTypeException - Exception in com.envimate.httpmate.client
 
uriString(String) - Static method in class com.envimate.httpmate.client.UriString
 
UriString - Class in com.envimate.httpmate.client
 
UriString() - Constructor for class com.envimate.httpmate.client.UriString
 

V

value() - Method in class com.envimate.httpmate.client.QueryParameter
 
valueOf(String) - Static method in enum com.envimate.httpmate.client.issuer.real.Protocol
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.envimate.httpmate.client.issuer.real.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
viaHttp() - Method in interface com.envimate.httpmate.client.clientbuilder.ProtocolStage
 
viaHttps() - Method in interface com.envimate.httpmate.client.clientbuilder.ProtocolStage
 
viaTheProtocol(Protocol) - Method in interface com.envimate.httpmate.client.clientbuilder.ProtocolStage
 

W

withAMultipartBodyWithTheParts(Part...) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withBasePath(String) - Method in class com.envimate.httpmate.client.HttpMateClientBuilder
 
withContentType(String) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withDefaultResponseMapping(ClientResponseMapper<?>) - Method in class com.envimate.httpmate.client.HttpMateClientBuilder
 
withHeader(String, String) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withoutAFileName() - Method in interface com.envimate.httpmate.client.body.multipart.builder.FileNameStage
 
withQueryParameter(String) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withQueryParameter(String, String) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withResponseMapping(Class<T>, ClientResponseMapper<T>) - Method in class com.envimate.httpmate.client.HttpMateClientBuilder
 
withResponseMapping(Predicate<Class<T>>, ClientResponseMapper<T>) - Method in class com.envimate.httpmate.client.HttpMateClientBuilder
 
withTheBody(Body) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withTheBody(InputStream) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withTheBody(String) - Method in class com.envimate.httpmate.client.HttpClientRequestBuilder
 
withTheContent(InputStream) - Method in interface com.envimate.httpmate.client.body.multipart.builder.ContentStage
 
withTheContent(String) - Method in interface com.envimate.httpmate.client.body.multipart.builder.ContentStage
 
withTheFileName(String) - Method in interface com.envimate.httpmate.client.body.multipart.builder.FileNameStage
 
withThePort(int) - Method in interface com.envimate.httpmate.client.clientbuilder.PortStage
 
A B C D E F G H I K M N P Q R S U V W 
All Classes All Packages