< prev index next >

src/java.base/share/classes/java/net/SocketImpl.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
*** 360,369 **** --- 360,370 ---- } /** * Called to set 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. *
*** 395,404 **** --- 396,406 ---- } /** * Called to get a socket option. * + * @param <T> The type of the socket option value * @param name The socket option * * @return the value of the named option * * @throws UnsupportedOperationException if the SocketImpl does not
< prev index next >