Home | History | Annotate | Download | only in conn

Lines Matching refs:Socket

35 import java.net.Socket;
93 * Obtains the socket for this connection.
98 * @return the socket for communicating with the
101 Socket getSocket()
113 * the unconnected socket that will be connected before
115 * the connection to close that socket if
117 * is called before it is open. Closing the unconnected socket
126 * @param sock the unconnected socket which is about to
130 void opening(Socket sock, HttpHost target)
157 * socket connection.
160 * previously used socket. It is the caller's responsibility to close
161 * that socket if it is no longer required.
163 * @param sock the new socket for communicating with the target host,
164 * or <code>null</code> to continue using the old socket.
166 * depend on the socket should be re-used. In that case,
173 void update(Socket sock, HttpHost target,