public final class Http2PipelinePropertyUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
get(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key) |
static <T> T |
remove(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key) |
static <T> T |
set(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key,
T value) |
public static <T> T set(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key,
T value)
public static <T> T remove(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key)
public static <T> T get(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http2.Http2Connection http2Connection,
int streamId,
io.netty.util.AttributeKey<io.netty.handler.codec.http2.Http2Connection.PropertyKey> key)