public class ReplyInfo extends Object
A container for SYN_REPLY frames metadata and headers.
| Modifier and Type | Field and Description |
|---|---|
static byte |
FLAG_CLOSE
Flag that indicates that this
ReplyInfo is the last frame in the stream. |
public static final byte FLAG_CLOSE
Flag that indicates that this ReplyInfo is the last frame in the stream.
isClose(),
getFlags(),
Constant Field Valuespublic ReplyInfo(boolean close)
Creates a new ReplyInfo instance with empty headers and the given close flag.
close - the value of the close flagpublic boolean isClose()
public byte getFlags()
FLAG_CLOSECopyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.