Uses of Interface
dev.relism.flash.http2.frame.WriteIntent
Packages that use WriteIntent
-
Uses of WriteIntent in dev.relism.flash.http2.frame
Methods in dev.relism.flash.http2.frame that return WriteIntentModifier and TypeMethodDescriptionWriteIntent.mpscNext()Intrusive MPSC queue linkage — seeIntrusiveMpscQueue.Methods in dev.relism.flash.http2.frame with parameters of type WriteIntentModifier and TypeMethodDescriptionvoidWriteIntent.setMpscNext(WriteIntent next) Intrusive MPSC queue linkage — seeIntrusiveMpscQueue.voidHttp2FrameWriter.write(WriteIntent intent) Serializes and writes one frame.voidHttp2FrameWriter.writePriority(WriteIntent intent) Writes a connection-control frame ahead of queued stream data. -
Uses of WriteIntent in dev.relism.flash.http2.message
Classes in dev.relism.flash.http2.message that implement WriteIntentModifier and TypeClassDescriptionfinal classReusable per-stream HTTP/2 response serializer.Methods in dev.relism.flash.http2.message that return WriteIntentMethods in dev.relism.flash.http2.message with parameters of type WriteIntent