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

Diff of /classpath/java/net/ServerSocket.java

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

revision 1.20 by mkoch, Fri Jun 20 05:34:37 2003 UTC revision 1.21 by mkoch, Mon Jul 14 05:50:41 2003 UTC
# Line 164  public class ServerSocket Line 164  public class ServerSocket
164      bind (new InetSocketAddress (bindAddr, port), backlog);      bind (new InetSocketAddress (bindAddr, port), backlog);
165    }    }
166    
167      /*
168       * This method may only be used by java.nio.channels.ServerSocketChannel.open.
169       */
170      void setChannel (ServerSocketChannel ch)
171      {
172        this.ch = ch;
173      }
174    
175    /**    /**
176     * Binds the server socket to a specified socket address     * Binds the server socket to a specified socket address
177     *     *

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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