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