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

/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpSendSocket.java33 * The HttpSendSocket class extends the java.net.Socket class
50 class HttpSendSocket extends Socket implements RMISocketInfo { class in inherits:Socket,RMISocketInfo
90 public HttpSendSocket(String host, int port, URL url) throws IOException method in class:HttpSendSocket
113 public HttpSendSocket(String host, int port) throws IOException method in class:HttpSendSocket
124 public HttpSendSocket(InetAddress address, int port) throws IOException method in class:HttpSendSocket
144 throw new IOException("attempt to write on HttpSendSocket after " +
204 message += "HttpSendSocket.readNotify: response body: ";
279 * This operation has no effect for an HttpSendSocket.
295 * This operation has no effect for an HttpSendSocket.
311 * This operation has no effect for an HttpSendSocket
[all...]

Completed in 31 milliseconds