Uses of Interface
jdk.incubator.http.internal.frame.FramesDecoder.FrameProcessor
-
Packages that use FramesDecoder.FrameProcessor Package Description jdk.incubator.http.internal.frame -
-
Uses of FramesDecoder.FrameProcessor in jdk.incubator.http.internal.frame
Constructors in jdk.incubator.http.internal.frame with parameters of type FramesDecoder.FrameProcessor Constructor Description FramesDecoder(FramesDecoder.FrameProcessor frameProcessor)
Creates Frame DecoderFramesDecoder(FramesDecoder.FrameProcessor frameProcessor, int maxFrameSize)
Creates Frame Decoder
-