Home
last modified time | relevance | path

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

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DHpackDraft05.java137 void maxHeaderTableByteCount(int newMaxHeaderTableByteCount) { in maxHeaderTableByteCount() argument
138 this.maxHeaderTableByteCount = newMaxHeaderTableByteCount; in maxHeaderTableByteCount()