Home
last modified time | relevance | path

Searched defs:fromSocket (Results 1 – 2 of 2) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/bridge/
DOpenedSocket.java38 public static OpenedSocket fromSocket(SocketChannel socket) throws IOException { in fromSocket() method in OpenedSocket
46 public static OpenedSocket fromSocket(Socket socket) throws IOException { in fromSocket() method in OpenedSocket
/external/okio/samples/src/jvmMain/java/okio/samples/
DSocksProxyServer.java88 private void handleSocket(final Socket fromSocket) { in handleSocket()