Uses of Class
com.soklet.StreamingResponseCanceledException
Packages that use StreamingResponseCanceledException
-
Uses of StreamingResponseCanceledException in com.soklet
Methods in com.soklet that throw StreamingResponseCanceledExceptionModifier and TypeMethodDescriptionvoidResponseStream.flush()Hints that buffered bytes should be made available to the transport promptly.default voidCancelationToken.throwIfCanceled()Throws if the token has been canceled.default voidStreamingResponseContext.throwIfCanceled()Throws if the stream has been canceled.voidWrites bytes to the response stream.voidResponseStream.write(@NonNull ByteBuffer byteBuffer) Writes the remaining bytes of a byte buffer to the response stream without mutating the caller's buffer.