Searched defs:FLAG_FIN (Results 1 - 1 of 1) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DSpdyConnection.java58 static final int FLAG_FIN = 0x1; field in class:SpdyConnection
158 * to the remote peer. Corresponds to {@code FLAG_FIN}.
164 int flags = (out ? 0 : FLAG_FIN) | (in ? 0 : FLAG_UNIDIRECTIONAL);
444 if ((flags & SpdyConnection.FLAG_FIN) != 0) {
488 if ((flags & SpdyConnection.FLAG_FIN) != 0) {

Completed in 84 milliseconds