< prev index next >

src/java.base/share/classes/java/net/ServerSocket.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1995, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 922,931 **** --- 922,932 ---- } /** * Sets the value of a socket option. * + * @param <T> The type of the socket option value * @param name The socket option * @param value The value of the socket option. A value of {@code null} * may be valid for some options. * @return this ServerSocket *
*** 955,964 **** --- 956,966 ---- } /** * Returns the value of a socket option. * + * @param <T> The type of the socket option value * @param name The socket option * * @return The value of the socket option. * * @throws UnsupportedOperationException if the server socket does not
< prev index next >