/[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.9 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.10 by mkoch, Tue Aug 27 17:48:05 2002 UTC
# Line 129  public class ServerSocket Line 129  public class ServerSocket
129     * @param bindAddr The address to bind to, or null to bind to all addresses     * @param bindAddr The address to bind to, or null to bind to all addresses
130     *     *
131     * @exception IOException If an error occurs     * @exception IOException If an error occurs
132       *
133       * @since 1.1
134     */     */
135    public ServerSocket (int port, int backlog, InetAddress bindAddr)    public ServerSocket (int port, int backlog, InetAddress bindAddr)
136      throws java.io.IOException      throws java.io.IOException
# Line 192  public class ServerSocket Line 194  public class ServerSocket
194     * @param socket The socket that is used for the accepted connection     * @param socket The socket that is used for the accepted connection
195     *     *
196     * @exception IOException If an error occurs     * @exception IOException If an error occurs
197       *
198       * @since 1.1
199     */     */
200    protected final void implAccept (Socket s)  throws IOException    protected final void implAccept (Socket s)  throws IOException
201    {    {
# Line 217  public class ServerSocket Line 221  public class ServerSocket
221     * @param timeout The new SO_TIMEOUT value     * @param timeout The new SO_TIMEOUT value
222     *     *
223     * @exception IOException If an error occurs     * @exception IOException If an error occurs
224       *
225       * @since 1.1
226     */     */
227    public void setSoTimeout (int timeout) throws SocketException    public void setSoTimeout (int timeout) throws SocketException
228    {    {
# Line 235  public class ServerSocket Line 241  public class ServerSocket
241     * @return The value of SO_TIMEOUT     * @return The value of SO_TIMEOUT
242     *     *
243     * @exception IOException If an error occurs     * @exception IOException If an error occurs
244       *
245       * @since 1.1
246     */     */
247    public int getSoTimeout () throws IOException    public int getSoTimeout () throws IOException
248    {    {

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

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