Uses of Class
jdk.incubator.http.internal.frame.Http2Frame
-
Packages that use Http2Frame Package Description jdk.incubator.http.internal.common jdk.incubator.http.internal.frame -
-
Uses of Http2Frame in jdk.incubator.http.internal.common
Methods in jdk.incubator.http.internal.common with parameters of type Http2Frame Modifier and Type Method Description static void
Log. logFrames(Http2Frame f, java.lang.String direction)
Method parameters in jdk.incubator.http.internal.common with type arguments of type Http2Frame Modifier and Type Method Description static boolean
Log. loggingFrame(java.lang.Class<? extends Http2Frame> clazz)
-
Uses of Http2Frame in jdk.incubator.http.internal.frame
Subclasses of Http2Frame in jdk.incubator.http.internal.frame Modifier and Type Class Description class
ContinuationFrame
class
DataFrame
class
ErrorFrame
class
GoAwayFrame
class
HeaderFrame
Either a HeadersFrame or a ContinuationFrameclass
HeadersFrame
class
MalformedFrame
class
OutgoingHeaders<T>
Contains all parameters for outgoing headers.class
PingFrame
class
PriorityFrame
class
PushPromiseFrame
class
ResetFrame
class
SettingsFrame
class
WindowUpdateFrame
Methods in jdk.incubator.http.internal.frame with parameters of type Http2Frame Modifier and Type Method Description ByteBufferReference[]
FramesEncoder. encodeFrame(Http2Frame frame)
void
FramesDecoder.FrameProcessor. processFrame(Http2Frame frame)
-