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

Diff of /classpath/java/net/SocketImplFactory.java

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

revision 1.8 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.9 by arenn, Sat May 24 03:59:33 2003 UTC
# Line 1  Line 1 
1  /* SocketImplFactory.java -- Interface to create a SocketImpl object  /* SocketImplFactory.java -- Interface to create a SocketImpl object
2     Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 43  package java.net; Line 43  package java.net;
43    */    */
44    
45  /**  /**
46    * This interface defines one method which returns a SocketImpl object.    * This interface defines one method which returns a <code>SocketImpl</code>
47    * This should not be needed by ordinary applications.    * object.  This should not be needed by ordinary applications.
48    *    *
49    * @author Aaron M. Renn (arenn@urbanophile.com)    * @author Aaron M. Renn (arenn@urbanophile.com)
50    * @author Per Bothner <bothner@cygnus.com>    * @author Per Bothner <bothner@cygnus.com>
51    */    */
52  public interface SocketImplFactory  public interface SocketImplFactory
53  {  {
54  /**    /**
55    * This method returns an instance of the SocketImpl object      * This method returns an instance of the <code>SocketImpl</code> object
56    *      *
57    * @return A SocketImpl object      * @return A <code>SocketImpl</code> object
58    */      */
59  SocketImpl    public SocketImpl createSocketImpl();
 createSocketImpl();  
60    
61  } // interface SocketImplFactory  } // interface SocketImplFactory
62    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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