OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:acceptFrame
(Results
1 - 3
of
3
) sorted by null
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
Http2ConnectionTest.java
63
peer.
acceptFrame
(); // PING
82
peer.
acceptFrame
(); // PING
109
peer.
acceptFrame
(); // ACK
111
peer.
acceptFrame
(); // ACK 2
112
peer.
acceptFrame
(); // HEADERS
180
peer.
acceptFrame
(); // SYN_STREAM 3
181
peer.
acceptFrame
(); // SYN_STREAM 5
183
peer.
acceptFrame
(); // PING
185
peer.
acceptFrame
(); // DATA STREAM 3
235
peer.
acceptFrame
(); // SYN_STREA
[
all
...]
Spdy3ConnectionTest.java
69
peer.
acceptFrame
(); // SYN_STREAM
73
peer.
acceptFrame
(); // DATA
100
peer.
acceptFrame
(); // SYN_STREAM
102
peer.
acceptFrame
(); // PING
116
peer.
acceptFrame
(); // SYN_STREAM
117
peer.
acceptFrame
(); // PING
148
peer.
acceptFrame
(); // SYN_REPLY
179
peer.
acceptFrame
(); // SYN_REPLY
205
peer.
acceptFrame
(); // PING
221
peer.
acceptFrame
(); // PIN
[
all
...]
MockSpdyPeer.java
65
public void
acceptFrame
() {
Completed in 169 milliseconds