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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpAwareServerSocket.java34 * The HttpAwareServerSocket class extends the java.net.ServerSocket
41 class HttpAwareServerSocket extends ServerSocket { class in inherits:ServerSocket
48 public HttpAwareServerSocket(int port) throws IOException method in class:HttpAwareServerSocket
62 public HttpAwareServerSocket(int port, int backlog) throws IOException method in class:HttpAwareServerSocket
108 * the HttpAwareServerSocket as a String.

Completed in 36 milliseconds