< prev index next >

test/jdk/java/nio/channels/spi/SelectorProvider/inheritedChannel/StateTestService.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2003, 2017, 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. --- 1,7 ---- /* ! * Copyright (c) 2003, 2020, 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.
*** 25,35 **** * * * A test service for use in the inetd/System.inheritedChannel unit * tests. * ! * The test checks that the channel returned by System.inheritiedChannel * is in blocking mode and is bound. In addition, in the case of a * SocketChannel checks that the socket is connected. * * The test service is launched with an argument that is the reply port. * This reply port is used as an out-of-band connection to the unit test --- 25,35 ---- * * * A test service for use in the inetd/System.inheritedChannel unit * tests. * ! * The test checks that the channel returned by System.inheritedChannel * is in blocking mode and is bound. In addition, in the case of a * SocketChannel checks that the socket is connected. * * The test service is launched with an argument that is the reply port. * This reply port is used as an out-of-band connection to the unit test
< prev index next >