public interface Http2StreamFrame extends Http2Frame
stream reference should be null or an object referring to the
connection.
The meaning of stream is context-dependent and may change as a frame is processed in
the pipeline.
| Modifier and Type | Method and Description |
|---|---|
Http2StreamFrame |
setStream(Object stream)
Set the stream identifier for this message.
|
Object |
stream()
The stream this frame applies to.
|
Http2StreamFrame setStream(Object stream)
thisObject stream()
Copyright © 2008–2016 The Netty Project. All rights reserved.