jdk/src/share/classes/java/net/SocksSocketImpl.java
changeset 21278 ef8a3a2a72f2
parent 19069 1d9cb0d080e3
child 22276 7fc4c8b08e49
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   435             } catch (IOException e) {
   435             } catch (IOException e) {
   436                 throw new SocketException(e.getMessage());
   436                 throw new SocketException(e.getMessage());
   437             }
   437             }
   438         }
   438         }
   439 
   439 
   440         // cmdIn & cmdOut were intialized during the privilegedConnect() call
   440         // cmdIn & cmdOut were initialized during the privilegedConnect() call
   441         BufferedOutputStream out = new BufferedOutputStream(cmdOut, 512);
   441         BufferedOutputStream out = new BufferedOutputStream(cmdOut, 512);
   442         InputStream in = cmdIn;
   442         InputStream in = cmdIn;
   443 
   443 
   444         if (useV4) {
   444         if (useV4) {
   445             // SOCKS Protocol version 4 doesn't know how to deal with
   445             // SOCKS Protocol version 4 doesn't know how to deal with