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 java.lang.Object implements Http2Connection.PropertyKey
Implementation ofHttp2Connection.PropertyKey
that specifies the index position of the property.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
index
-
Constructor Summary
Constructors Constructor Description DefaultPropertyKey(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) DefaultHttp2Connection.DefaultPropertyKey
verifyConnection(Http2Connection connection)
-
-
-
Method Detail
-
verifyConnection
DefaultHttp2Connection.DefaultPropertyKey verifyConnection(Http2Connection connection)
-
-