Uses of Interface
com.soklet.MarshaledResponseBody
Packages that use MarshaledResponseBody
-
Uses of MarshaledResponseBody in com.soklet
Classes in com.soklet that implement MarshaledResponseBodyModifier and TypeClassDescriptionstatic final classA finalized response body backed by aByteBuffer.static final classA finalized response body backed by a byte array.static final classA finalized response body backed by a file path.static final classA finalized response body backed by aFileChannel.Methods in com.soklet that return types with arguments of type MarshaledResponseBodyModifier and TypeMethodDescriptionMarshaledResponse.getBody()The finalized HTTP response body to write, if available.Methods in com.soklet with parameters of type MarshaledResponseBodyModifier and TypeMethodDescriptionMarshaledResponse.Builder.body(@Nullable MarshaledResponseBody body) Sets a response body descriptor, or removes any current body ifbodyisnull.MarshaledResponse.Copier.body(@Nullable MarshaledResponseBody body)