OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorCodeInt
(Results
1 - 12
of
12
) sorted by null
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
Spdy3.java
217
int
errorCodeInt
= source.readInt();
218
ErrorCode errorCode = ErrorCode.fromSpdy3Rst(
errorCodeInt
);
220
throw ioException("TYPE_RST_STREAM unexpected error code: %d",
errorCodeInt
);
252
int
errorCodeInt
= source.readInt();
253
ErrorCode errorCode = ErrorCode.fromSpdyGoAway(
errorCodeInt
);
255
throw ioException("TYPE_GOAWAY unexpected error code: %d",
errorCodeInt
);
Http2.java
251
int
errorCodeInt
= source.readInt();
252
ErrorCode errorCode = ErrorCode.fromHttp2(
errorCodeInt
);
254
throw ioException("TYPE_RST_STREAM unexpected error code: %d",
errorCodeInt
);
337
int
errorCodeInt
= source.readInt();
339
ErrorCode errorCode = ErrorCode.fromHttp2(
errorCodeInt
);
341
throw ioException("TYPE_GOAWAY unexpected error code: %d",
errorCodeInt
);
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/0.13.2/
grpc-okhttp-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.1/
grpc-okhttp-1.0.1.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-okhttp/1.0.3/
grpc-okhttp-1.0.3.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.5.0/
okhttp-2.5.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.2/
okhttp-2.7.2.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp/2.7.4/
okhttp-2.7.4.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.3.0/
okhttp-3.3.0.jar
/prebuilts/tools/common/m2/repository/com/squareup/okhttp3/okhttp/3.4.1/
okhttp-3.4.1.jar
/prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
Completed in 404 milliseconds