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

Diff of /classpath/java/net/Socket.java

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

revision 1.29 by mkoch, Wed Jun 18 09:44:40 2003 UTC revision 1.30 by mkoch, Mon Jul 14 05:50:41 2003 UTC
# Line 305  public class Socket Line 305  public class Socket
305      // that default.  JDK 1.2 doc infers not to do a bind.      // that default.  JDK 1.2 doc infers not to do a bind.
306    }    }
307    
308      /*
309       * This method may only be used by java.nio.channels.ServerSocketChannel.accept and
310       * java.nio.channels.SocketChannel.open.
311       */
312      void setChannel (SocketChannel ch)
313      {
314        this.ch = ch;
315      }
316    
317    /**    /**
318     * Binds the socket to the givent local address/port     * Binds the socket to the givent local address/port
319     *     *

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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