| Package | Description |
|---|---|
| org.everit.http.client | |
| org.everit.http.client.async |
| Modifier and Type | Class and Description |
|---|---|
class |
FormUrlencodedAsyncContentProvider
Helper class to send HTTP requests with application/x-www-form-urlencoded content type.
|
class |
MultiPartAsyncContentProvider
Helper class to send HTTP requests with multipart/form-data content type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayAsyncContentProvider
Implementation of
AsyncContentProvider that wraps a byte array and provides it as one
chunk. |
class |
ConcatenatedAsyncContentProvider
An
AsyncContentProvider implementation that concatenates multiple
AsyncContentProvider instances. |
class |
InputStreamAsyncContentProvider
Implementation of
AsyncContentProvider that gets the reads from an InputStream. |
class |
ReadableByteChannelAsyncContentProvider
Implementation of
AsyncContentProvider that gets the reads from a
ReadableByteChannel. |
Copyright © 2011–2019 Everit Kft.. All rights reserved.