jdk/src/windows/classes/java/net/TwoStacksPlainDatagramSocketImpl.java
changeset 10596 39b3a979e600
parent 9035 1255eb81cc2f
child 10599 79e95f5aaffb
equal deleted inserted replaced
10595:c5be3e19fbab 10596:39b3a979e600
   131 
   131 
   132     protected native void setTimeToLive(int ttl) throws IOException;
   132     protected native void setTimeToLive(int ttl) throws IOException;
   133 
   133 
   134     protected native int getTimeToLive() throws IOException;
   134     protected native int getTimeToLive() throws IOException;
   135 
   135 
       
   136     @Deprecated
   136     protected native void setTTL(byte ttl) throws IOException;
   137     protected native void setTTL(byte ttl) throws IOException;
   137 
   138 
       
   139     @Deprecated
   138     protected native byte getTTL() throws IOException;
   140     protected native byte getTTL() throws IOException;
   139 
   141 
   140     protected native void join(InetAddress inetaddr, NetworkInterface netIf)
   142     protected native void join(InetAddress inetaddr, NetworkInterface netIf)
   141         throws IOException;
   143         throws IOException;
   142 
   144