Uses of Interface
cool.scx.http.media.MediaWriter
Packages that use MediaWriter
Package
Description
-
Uses of MediaWriter in cool.scx.http
Methods in cool.scx.http with parameters of type MediaWriterModifier and TypeMethodDescriptionScxHttpClientRequest.send(MediaWriter mediaWriter) ScxHttpServerResponse.send(MediaWriter mediaWriter) -
Uses of MediaWriter in cool.scx.http.media.byte_array
Classes in cool.scx.http.media.byte_array that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.byte_input
Classes in cool.scx.http.media.byte_input that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.empty
Classes in cool.scx.http.media.empty that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.event_stream
Classes in cool.scx.http.media.event_stream that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.file
Classes in cool.scx.http.media.file that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.form_params
Classes in cool.scx.http.media.form_params that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.gzip
Classes in cool.scx.http.media.gzip that implement MediaWriterMethods in cool.scx.http.media.gzip that return MediaWriterModifier and TypeMethodDescriptionGzipMediaWriter.mediaWriter()Returns the value of themediaWriterrecord component.Constructors in cool.scx.http.media.gzip with parameters of type MediaWriterModifierConstructorDescriptionGzipMediaWriter(MediaWriter mediaWriter) Creates an instance of aGzipMediaWriterrecord class. -
Uses of MediaWriter in cool.scx.http.media.input_stream
Classes in cool.scx.http.media.input_stream that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.multi_part
Classes in cool.scx.http.media.multi_part that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.node
Classes in cool.scx.http.media.node that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.object
Classes in cool.scx.http.media.object that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.media.string
Classes in cool.scx.http.media.string that implement MediaWriter -
Uses of MediaWriter in cool.scx.http.sender
Methods in cool.scx.http.sender with parameters of type MediaWriterModifier and TypeMethodDescriptionGzipHttpSender.send(MediaWriter mediaWriter) ScxHttpSender.send(MediaWriter mediaWriter)