Searched defs:abortiveCloseChannel (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpServer.java387 synchronized void abortiveCloseChannel (SelectionKey key) throws IOException { method in class:HttpServer.Server
389 System.out.println("SERVER: abortiveCloseChannel chan[" + ch + "]");
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpServer.java568 synchronized void abortiveCloseChannel (SocketChannel ch) throws IOException { method in class:HttpServer.ServerWorker
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DTunnelProxy.java324 synchronized void abortiveCloseChannel (SelectionKey key) throws IOException { method in class:TunnelProxy.Server

Completed in 41 milliseconds