Home
last modified time | relevance | path

Searched refs:handleConnection (Results 1 – 5 of 5) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/tools/
DExecDumpClientTest.java148 handleConnection(server.accept()); in createExecServer()
157 private void handleConnection(Socket socket) throws IOException { in handleConnection() method in ExecDumpClientTest
/external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
DMjpegServer.java35 protected void handleConnection(Socket socket) throws Exception { in handleConnection() method in MjpegServer
/external/sl4a/Utils/src/com/googlecode/android_scripting/
DSimpleServer.java60 protected abstract void handleConnection(Socket socket) throws Exception; in handleConnection() method in SimpleServer
113 handleConnection(mmSocket); in run()
/external/sl4a/Common/src/com/googlecode/android_scripting/event/
DEventServer.java65 protected void handleConnection(Socket socket) throws IOException { in handleConnection() method in EventServer
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonRpcServer.java124 protected void handleConnection(Socket socket) throws Exception { in handleConnection() method in JsonRpcServer