Interface ScxHttpSender<T>
- All Known Subinterfaces:
ScxHttpClientRequest, ScxHttpServerResponse
- All Known Implementing Classes:
GzipHttpSender
public interface ScxHttpSender<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Tsend()default Tsend(byte[] bytes) default Tsend(FormParams formParams) send(MediaWriter mediaWriter) default Tdefault Tsend(cool.scx.io.ByteInput byteInput) default Tsend(cool.scx.object.node.Node node) default Tdefault Tdefault Tsend(InputStream inputStream) default Tdefault Tdefault Tdefault ServerEventStreamdefault ScxHttpSender<T> sendGzip()
-
Method Details
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
-
send
default T send(File file, long offset, long length) throws BodyAlreadySentException, HttpSendException -
send
-
send
-
send
-
send
-
sendEventStream
-
sendGzip
-