public class RstInfo extends Object
A container for RST_STREAM frames data: the stream id and the stream status.
| Constructor and Description |
|---|
RstInfo(int streamId,
StreamStatus streamStatus)
Creates a new
RstInfo with the given stream id and stream status |
public RstInfo(int streamId,
StreamStatus streamStatus)
Creates a new RstInfo with the given stream id and stream status
streamId - the stream idstreamStatus - the stream statuspublic int getStreamId()
public StreamStatus getStreamStatus()
Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.