Skip navigation links
A C D G I M T W 

A

ApacheEncoders - Class in groovyx.net.http
Request content encoders specific to the Apache client implementation.
ApacheEncoders() - Constructor for class groovyx.net.http.ApacheEncoders
 
ApacheHttpBuilder - Class in groovyx.net.http
HttpBuilder implementation based on the Apache HttpClient library.
ApacheHttpBuilder(HttpObjectConfig) - Constructor for class groovyx.net.http.ApacheHttpBuilder
Creates a new HttpBuilder based on the Apache HTTP client.
ApacheHttpBuilder.ApacheToServer - Class in groovyx.net.http
 
ApacheToServer(ChainedHttpConfig) - Constructor for class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 

C

close() - Method in class groovyx.net.http.ApacheHttpBuilder
 
configure(Closure) - Static method in class groovyx.net.http.ApacheHttpBuilder
Creates an HttpBuilder using the ApacheHttpBuilder factory instance configured with the provided configuration closure.
configure(Consumer<HttpObjectConfig>) - Static method in class groovyx.net.http.ApacheHttpBuilder
Creates an HttpBuilder using the ApacheHttpBuilder factory instance configured with the provided configuration function.
consumeContent() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 

D

doDelete(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doGet(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doHead(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doOptions(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doPatch(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doPost(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doPut(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 
doTrace(ChainedHttpConfig) - Method in class groovyx.net.http.ApacheHttpBuilder
 

G

getClientImplementation() - Method in class groovyx.net.http.ApacheHttpBuilder
Retrieves the internal client implementation as an HttpClient instance.
getContent() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
getContentEncoding() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
getContentLength() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
getContentType() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
getExecutor() - Method in class groovyx.net.http.ApacheHttpBuilder
 
getObjectConfig() - Method in class groovyx.net.http.ApacheHttpBuilder
 
groovyx.net.http - package groovyx.net.http
 

I

isChunked() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
isRepeatable() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
isStreaming() - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 

M

multipart(ChainedHttpConfig, ToServer) - Static method in class groovyx.net.http.ApacheEncoders
Encodes multipart/form-data where the body content must be an instance of the MultipartContent class.

T

toServer(InputStream) - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 

W

writeTo(OutputStream) - Method in class groovyx.net.http.ApacheHttpBuilder.ApacheToServer
 
A C D G I M T W 
Skip navigation links