Lines Matching refs:SocketImpl
40 * of the <code>SocketImpl</code> class. An application can
46 * @see java.net.SocketImpl
64 private SocketImpl impl;
67 * Are we using an older SocketImpl?
73 * the given SocketImpl.
75 ServerSocket(SocketImpl impl) {
122 * @see java.net.SocketImpl
175 * @see java.net.SocketImpl
225 * @see SocketImpl
248 * Get the <code>SocketImpl</code> attached to this socket, creating
251 * @return the <code>SocketImpl</code> attached to that ServerSocket.
255 SocketImpl getImpl() throws SocketException {
264 // SocketImpl.connect() is a protected method, therefore we need to use
288 // SocketImpl!
497 Socket s = new Socket((SocketImpl) null);
519 SocketImpl si = null;