Uses of Interface
com.soklet.StreamingResponseWriter
Packages that use StreamingResponseWriter
-
Uses of StreamingResponseWriter in com.soklet
Methods in com.soklet that return StreamingResponseWriterModifier and TypeMethodDescriptionStreamingResponseBody.WriterBody.getWriter()The callback that writes the response body.Methods in com.soklet with parameters of type StreamingResponseWriterModifier and TypeMethodDescriptionstatic @NonNull StreamingResponseBodyStreamingResponseBody.fromWriter(@NonNull StreamingResponseWriter writer) Creates a streaming response body backed by a writer callback.