public interface io.netty.handler.codec.http2.Http2Stream
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.http2.Http2Stream
super_class: java.lang.Object
{
public abstract int id();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream$State state();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream$State;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream open(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
halfClosed
public abstract io.netty.handler.codec.http2.Http2Stream close();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream closeLocalSide();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream closeRemoteSide();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isResetSent();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream resetSent();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract <V> V setProperty(io.netty.handler.codec.http2.Http2Connection$PropertyKey, );
descriptor: (Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;TV;)TV;
MethodParameters:
Name Flags
key
value
public abstract <V> V getProperty(io.netty.handler.codec.http2.Http2Connection$PropertyKey);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)TV;
MethodParameters:
Name Flags
key
public abstract <V> V removeProperty(io.netty.handler.codec.http2.Http2Connection$PropertyKey);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: <V:Ljava/lang/Object;>(Lio/netty/handler/codec/http2/Http2Connection$PropertyKey;)TV;
MethodParameters:
Name Flags
key
public abstract io.netty.handler.codec.http2.Http2Stream headersSent(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
isInformational
public abstract boolean isHeadersSent();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isTrailersSent();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream headersReceived(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
isInformational
public abstract boolean isHeadersReceived();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isTrailersReceived();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2Stream pushPromiseSent();
descriptor: ()Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isPushPromiseSent();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Http2Stream.java"
NestMembers:
io.netty.handler.codec.http2.Http2Stream$State
InnerClasses:
public abstract PropertyKey = io.netty.handler.codec.http2.Http2Connection$PropertyKey of io.netty.handler.codec.http2.Http2Connection
public final State = io.netty.handler.codec.http2.Http2Stream$State of io.netty.handler.codec.http2.Http2Stream