Interface ScxHttpSender<T>
- All Known Subinterfaces:
ScxHttpClientRequest,ScxHttpServerResponse
- All Known Implementing Classes:
GzipSender
public interface ScxHttpSender<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Tsend()default Tsend(byte[] bytes) default Tsend(com.fasterxml.jackson.databind.JsonNode jsonNode) default Tsend(FormParams formParams) send(MediaWriter writer) default Tdefault Tsend(InputStream inputStream) default Tdefault Tdefault Tdefault Tdefault Tdefault ServerEventStreamdefault ScxHttpSender<T> sendGzip()
-
Method Details
-
send
- Throws:
BodyAlreadySentException
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
sendEventStream
-
sendGzip
-