| Interface | Description |
|---|---|
| EncodeRequest |
represents the input for encoding the http request based on method arguments
|
| EncodeResult |
represents the result of encoding, being submitted as http request
|
| Class | Description |
|---|---|
| ByteArrayEncodeResult | |
| EncodeRequestImpl | |
| MultipartEncoder |
Request encoder present BuildInEncoders.
|
| OnURLEncodeResult |
perform an HTTP get on a given URL and forward the EncodeResult into the Observable.
|
| StringEncodeResult |
EncodeResult for a given String.
|
| Enum | Description |
|---|---|
| BuiltinDecoders |
Embedded decoders (application/json, text/plain, text/html)
|
| BuiltinEncoders |
Embedded encoders (application/json, text/plain, text/html, multipart/form-data)
|
Copyright © 2016 hybris AG. All rights reserved.