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
-
send
-
send
-
send
-
send
-
send
-
send
-
send
default T send(Path path, long offset, long length) throws BodyAlreadySentException, HttpSendException -
send
-
send
-
send
default T send(com.fasterxml.jackson.databind.JsonNode jsonNode) throws BodyAlreadySentException, HttpSendException -
send
-
sendEventStream
-
sendGzip
-