Package io.netty.handler.codec.http2
Class Http2ConnectionPrefaceAndSettingsFrameWrittenEvent
- java.lang.Object
-
- io.netty.handler.codec.http2.Http2ConnectionPrefaceAndSettingsFrameWrittenEvent
-
@UnstableApi public final class Http2ConnectionPrefaceAndSettingsFrameWrittenEvent extends java.lang.Object
Signifies that the connection preface and the initial SETTINGS frame have been sent. The client sends the preface, and the server receives the preface. The client shouldn't write any data until this event has been processed.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static Http2ConnectionPrefaceAndSettingsFrameWrittenEvent
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description private
Http2ConnectionPrefaceAndSettingsFrameWrittenEvent()
-
-
-
Field Detail
-
INSTANCE
static final Http2ConnectionPrefaceAndSettingsFrameWrittenEvent INSTANCE
-
-