Home
last modified time | relevance | path

Searched defs:TYPE_SETTINGS (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdy3.java46 static final int TYPE_SETTINGS = 0x4; field in Spdy3
DHttp2.java59 static final byte TYPE_SETTINGS = 0x4; field in Http2