OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLocallyInitiated
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java
108
if (
isLocallyInitiated
()) {
142
public boolean
isLocallyInitiated
() {
200
if (
isLocallyInitiated
()) {
240
if (responseHeaders == null && !
isLocallyInitiated
()) {
291
if (
isLocallyInitiated
() && responseHeaders == null) {
SpdyConnection.java
558
if (streamId > lastGoodStreamId && entry.getValue().
isLocallyInitiated
()) {
Completed in 239 milliseconds