jdk/src/share/classes/java/net/Inet4Address.java
changeset 10596 39b3a979e600
parent 5506 202f599c92aa
child 14014 da3648e13e67
equal deleted inserted replaced
10595:c5be3e19fbab 10596:39b3a979e600
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package java.net;
    26 package java.net;
    27 
    27 
    28 import java.security.AccessController;
       
    29 import java.io.ObjectStreamException;
    28 import java.io.ObjectStreamException;
    30 import sun.security.action.*;
       
    31 
    29 
    32 /**
    30 /**
    33  * This class represents an Internet Protocol version 4 (IPv4) address.
    31  * This class represents an Internet Protocol version 4 (IPv4) address.
    34  * Defined by <a href="http://www.ietf.org/rfc/rfc790.txt">
    32  * Defined by <a href="http://www.ietf.org/rfc/rfc790.txt">
    35  * <i>RFC&nbsp;790: Assigned Numbers</i></a>,
    33  * <i>RFC&nbsp;790: Assigned Numbers</i></a>,