Interface HttpCall.RequestStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantryWrite(com.linecorp.armeria.common.HttpData obj)Writes theHttpDatato the stream.
-
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
tryWrite(com.linecorp.armeria.common.HttpData obj) |
Writes the
HttpData to the stream. |