Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java177 public static void closeSocket(FileDescriptor fd) throws IOException { in closeSocket() method in IoBridge
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
DHttpsURLConnectionTest.java914 public void closeSocket(Socket socket) { in closeSocket() method in HttpsURLConnectionTest.ServerWork