Interface | Description |
---|---|
BodyWriter.OnStreamWriteListener |
Receives the stream write progress and has the ability to cancel it.
|
HttpConnection |
Defines the methods that has to be implemented by an HTTP connection.
|
HttpConnection.RequestBodyDelegate |
Delegate called when the body is ready to be written.
|
HttpStack |
Defines the methods that has to be implemented by an HTTP stack.
|
Class | Description |
---|---|
BodyWriter |
Exposes the methods to be implemented to write the request body.
|