Deprecated API

Deprecated Fields
java.lang.SecurityManager.inCheck
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
 

Deprecated Methods
java.lang.SecurityManager.classDepth(String)
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.lang.SecurityManager.classLoaderDepth()
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.lang.SecurityManager.currentClassLoader()
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.lang.SecurityManager.currentLoadedClass()
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.lang.SecurityManager.getInCheck()
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.net.MulticastANEPSocket.getTTL()
          use the getTimeToLive method instead, which returns an int instead of a byte. 
java.net.MulticastSocket.getTTL()
          use the getTimeToLive method instead, which returns an int instead of a byte. 
java.lang.SecurityManager.inClass(String)
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.lang.SecurityManager.inClassLoader()
          This type of security checking is not recommended. It is recommended that the checkPermission call be used instead. 
java.net.MulticastANEPSocket.setTTL(byte)
          use the setTimeToLive method instead, which uses int instead of byte as the type for ttl. 
java.net.MulticastSocket.setTTL(byte)
          use the setTimeToLive method instead, which uses int instead of byte as the type for ttl. 
 

Deprecated Constructors
java.net.Socket(InetAddress, int, boolean)
          Use DatagramSocket instead for UDP transport. 
java.net.Socket(String, int, boolean)
          Use DatagramSocket instead for UDP transport.