Lines Matching refs:SocketImpl
43 * <code>SocketImpl</code> class. An application, by changing
50 * @see java.net.SocketImpl
70 SocketImpl impl;
73 * Are we using an older SocketImpl?
79 * system-default type of SocketImpl.
153 * SocketImpl.
155 * @param impl an instance of a <B>SocketImpl</B>
162 protected Socket(SocketImpl impl) throws SocketException {
201 * @see java.net.SocketImpl
236 * @see java.net.SocketImpl
358 * @see java.net.SocketImpl
401 * @see java.net.SocketImpl
454 // SocketImpl.connect() is a protected method, therefore we need to use
470 // java.net.SocketImpl class will always have this abstract method.
473 if (clazz.equals(java.net.SocketImpl.class)) {
483 * Sets impl to the system-default type of SocketImpl.
492 // SocketImpl!
501 * Get the <code>SocketImpl</code> attached to this socket, creating
504 * @return the <code>SocketImpl</code> attached to that ServerSocket.
508 SocketImpl getImpl() throws SocketException {
586 throw new UnsupportedOperationException("SocketImpl.connect(addr, timeout)");