Package io.netty.handler.codec.http2
Class DefaultHttp2Connection.DefaultPropertyKey
java.lang.Object
io.netty.handler.codec.http2.DefaultHttp2Connection.DefaultPropertyKey
- All Implemented Interfaces:
Http2Connection.PropertyKey
- Enclosing class:
DefaultHttp2Connection
final class DefaultHttp2Connection.DefaultPropertyKey
extends Object
implements Http2Connection.PropertyKey
Implementation of
Http2Connection.PropertyKey
that specifies the index position of the property.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) DefaultHttp2Connection.DefaultPropertyKey
verifyConnection
(Http2Connection connection)
-
Field Details
-
index
final int index
-
-
Constructor Details
-
DefaultPropertyKey
DefaultPropertyKey(int index)
-
-
Method Details
-
verifyConnection
-