/[classpath]/classpath/java/net/DatagramSocketImpl.java
ViewVC logotype

Diff of /classpath/java/net/DatagramSocketImpl.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by ericb, Sat Feb 9 23:34:44 2002 UTC revision 1.14 by mark, Sun Jul 14 20:00:08 2002 UTC
# Line 42  import java.io.IOException; Line 42  import java.io.IOException;
42  import java.io.FileDescriptor;  import java.io.FileDescriptor;
43    
44  /**  /**
45     * This abstract class models a datagram socket implementation.  An
46     * actual implementation class would implement these methods, probably
47     * via redirecting them to native code.
48     * <p>
49   * Written using on-line Java Platform 1.2 API Specification, as well   * Written using on-line Java Platform 1.2 API Specification, as well
50   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).   * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
51     * <p>
52   * Status:  Believed complete and correct.   * Status:  Believed complete and correct.
53   *   *
  * <p>This abstract class models a datagram socket implementation.  An  
  * actual implementation class would implement these methods, probably  
  * via redirecting them to native code.  
  *  
54   * @author Aaron M. Renn (arenn@urbanophile.com)   * @author Aaron M. Renn (arenn@urbanophile.com)
55   * @author Warren Levy <warrenl@cygnus.com>   * @author Warren Levy <warrenl@cygnus.com>
56   */   */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26