Class Settings
java.lang.Object
com.predic8.membrane.core.transport.http2.Settings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintintintintPeerSettings: Called on various threads.intvoidsetEnablePush(int enablePush) voidsetHeaderTableSize(int headerTableSize) voidsetInitialWindowSize(int initialWindowSize) voidsetMaxConcurrentStreams(int maxConcurrentStreams) voidsetMaxFrameSize(int value) PeerSettings: Called from the receiver thread.voidsetMaxHeaderListSize(int maxHeaderListSize)
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
copyFrom
-
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)
-