OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sendcontrol
(Results
1 - 8
of
8
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/websocket/
WebSocket.java
263
void
sendControl
(byte control,byte[] data, int offset, int length) throws IOException;
WebSocketConnectionD06.java
347
public void
sendControl
(byte control, byte[] data, int offset, int length) throws IOException
615
_connection.
sendControl
(WebSocketConnectionD06.OP_PONG,buffer.array(),buffer.getIndex(),buffer.length());
WebSocketConnectionD08.java
420
public void
sendControl
(byte ctrl, byte[] data, int offset, int length) throws IOException
687
_connection.
sendControl
(WebSocketConnectionD08.OP_PONG,buffer.array(),buffer.getIndex(),buffer.length());
WebSocketConnectionRFC6455.java
462
public void
sendControl
(byte ctrl, byte[] data, int offset, int length) throws IOException
757
_connection.
sendControl
(WebSocketConnectionRFC6455.OP_PONG,buffer.array(),buffer.getIndex(),buffer.length());
[
all
...]
WebSocketConnectionD00.java
251
public void
sendControl
(byte code, byte[] content, int offset, int length) throws IOException
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar
/external/lldb/test/pexpect-2.4/examples/
hive.py
325
hive[hostname].
sendcontrol
(c)
/external/lldb/test/pexpect-2.4/
pexpect.py
970
def
sendcontrol
(self, char):
member in class:spawn
[
all
...]
Completed in 722 milliseconds