JavaScript is disabled on your browser.
Skip navigation links
io.netty.handler.codec.spdy

Class DefaultSpdyStreamFrame

    • Constructor Summary

      Constructors
      Modifier Constructor and Description
      protected DefaultSpdyStreamFrame (int streamId)
      Creates a new instance.
    • Method Summary

      All Methods
      Modifier and Type Method and Description
      boolean isLast ()
      Returns true if this frame is the last frame to be transmitted on the stream.
      SpdyStreamFrame setLast (boolean last)
      Sets if this frame is the last frame to be transmitted on the stream.
      SpdyStreamFrame setStreamId (int streamId)
      Sets the Stream-ID of this frame.
      int streamId ()
      Returns the Stream-ID of this frame.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultSpdyStreamFrame

        protected DefaultSpdyStreamFrame(int streamId)
        Creates a new instance.
        Parameters:
        streamId - the Stream-ID of this frame
Skip navigation links

Copyright © 2008–2018 The Netty Project. All rights reserved.

AltStyle によって変換されたページ (->オリジナル) /