Home
last modified time | relevance | path

Searched refs:FLOW_CONTROL_OPTIONS (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSettings.java64 static final int FLOW_CONTROL_OPTIONS = 10; field in Settings
209 int bit = 1 << FLOW_CONTROL_OPTIONS; in isFlowControlDisabled()
210 int value = (bit & set) != 0 ? values[FLOW_CONTROL_OPTIONS] : 0; in isFlowControlDisabled()