java.lang.Object
com.predic8.membrane.core.transport.http2.Settings

public class Settings extends Object
  • Constructor Details

    • Settings

      public Settings()
  • Method Details

    • copyFrom

      public void copyFrom(Settings settings)
    • getMaxFrameSize

      public int getMaxFrameSize()
      PeerSettings: Called on various threads.
    • setMaxFrameSize

      public void setMaxFrameSize(int value)
      PeerSettings: Called from the receiver thread.
    • getEnablePush

      public int getEnablePush()
    • setEnablePush

      public void setEnablePush(int enablePush)
    • getHeaderTableSize

      public int getHeaderTableSize()
    • setHeaderTableSize

      public void setHeaderTableSize(int headerTableSize)
    • getMaxConcurrentStreams

      public int getMaxConcurrentStreams()
    • setMaxConcurrentStreams

      public void setMaxConcurrentStreams(int maxConcurrentStreams)
    • getInitialWindowSize

      public int getInitialWindowSize()
    • setInitialWindowSize

      public void setInitialWindowSize(int initialWindowSize)
    • getMaxHeaderListSize

      public int getMaxHeaderListSize()
    • setMaxHeaderListSize

      public void setMaxHeaderListSize(int maxHeaderListSize)