OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STREAM_IN_USE
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
ErrorCode.java
18
STREAM_IN_USE
(1, 8, -1),
SpdyStream.java
289
errorCode = ErrorCode.
STREAM_IN_USE
;
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SpdyConnectionTest.java
41
import static com.squareup.okhttp.internal.spdy.ErrorCode.
STREAM_IN_USE
;
691
assertEquals("stream was reset:
STREAM_IN_USE
", expected.getMessage());
703
assertEquals(
STREAM_IN_USE
, rstStream.errorCode);
[
all
...]
Completed in 383 milliseconds