Searched refs:shutdownOutput (Results 1 - 25 of 39) sorted by relevance

12

/openjdk10/jdk/test/java/net/Socket/
H A DShutdownBoth.java27 * @summary Check that shutdownInput followed by shutdownOutput
41 s1.shutdownOutput(); // failed b55
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/websocket/
H A DRawChannel.java118 void shutdownOutput() throws IOException; method in interface:RawChannel
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DShutdown.java64 sc.shutdownOutput();
78 sc.socket().shutdownOutput();
H A DBasic.java69 sc.socket().shutdownOutput();
H A DAdaptSocket.java87 so.shutdownOutput();
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DRawChannelImpl.java140 public void shutdownOutput() throws IOException { method in class:RawChannelImpl
141 connection.shutdownOutput();
H A DAsyncSSLConnection.java163 void shutdownOutput() throws IOException { method in class:AsyncSSLConnection
164 plainConnection.channel().shutdownOutput();
H A DAsyncSSLTunnelConnection.java154 void shutdownOutput() throws IOException { method in class:AsyncSSLTunnelConnection
155 plainConnection.channel().shutdownOutput();
H A DPlainTunnelingConnection.java148 void shutdownOutput() throws IOException { method in class:PlainTunnelingConnection
149 delegate.shutdownOutput();
H A DSSLConnection.java162 void shutdownOutput() throws IOException { method in class:SSLConnection
163 delegate.channel().shutdownOutput();
H A DSSLTunnelConnection.java176 void shutdownOutput() throws IOException { method in class:SSLTunnelConnection
177 delegate.channel().shutdownOutput();
H A DPlainHttpConnection.java278 void shutdownOutput() throws IOException { method in class:PlainHttpConnection
279 chan.shutdownOutput();
H A DHttpConnection.java317 abstract void shutdownOutput() throws IOException; method in class:HttpConnection
/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DProtocolRedirect.java73 sock.shutdownOutput();
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DSocketChannel.java297 public abstract SocketChannel shutdownOutput() throws IOException; method in class:SocketChannel
H A DAsynchronousSocketChannel.java266 public abstract AsynchronousSocketChannel shutdownOutput() throws IOException; method in class:AsynchronousSocketChannel
/openjdk10/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DUnbounded.java95 peer.shutdownOutput();
/openjdk10/jdk/test/java/net/URLConnection/
H A DResponses.java104 s.shutdownOutput();
/openjdk10/jdk/src/java.base/windows/classes/java/net/
H A DPlainSocketImpl.java241 protected void shutdownOutput() throws IOException { method in class:PlainSocketImpl
242 impl.shutdownOutput();
/openjdk10/jdk/test/java/net/httpclient/whitebox/jdk.incubator.httpclient/jdk/incubator/http/
H A DRawChannelTest.java115 chan.shutdownOutput();
225 s.shutdownOutput();
H A DResponseHeadersTest.java210 void shutdownOutput() throws IOException { method in class:ResponseHeadersTest.HttpConnectionStub
/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DSocketImpl.java191 * @see java.net.Socket#shutdownOutput()
206 * shutdownOutput() on the socket, the stream will throw
216 protected void shutdownOutput() throws IOException { method in class:SocketImpl
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSocketAdaptor.java407 public void shutdownOutput() throws IOException { method in class:SocketAdaptor
409 sc.shutdownOutput();
/openjdk10/jdk/test/sun/net/www/http/HttpClient/
H A DB8025710.java180 clientSocket.shutdownOutput();
310 socket.shutdownOutput();
/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java221 * The semantics of shutdownOutput is not supported in TLS 1.0
228 public final void shutdownOutput() throws IOException { method in class:BaseSSLSocketImpl
229 throw new UnsupportedOperationException("The method shutdownOutput()" +

Completed in 208 milliseconds

12