Searched defs:shutdownOutput (Results 1 - 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DMockSocketChannel.java95 public SocketChannel shutdownOutput() throws IOException { method in class:MockSocketChannel
H A DSocketChannelTest.java3818 public SocketChannel shutdownOutput() throws IOException { method in class:SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
H A DSocketChannel.java283 public abstract SocketChannel shutdownOutput() throws IOException; method in class:SocketChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java49 * java.net.SocketImpl#shutdownOutput()
54 s.shutdownOutput();
142 public void shutdownOutput() throws IOException { method in class:SocketImplTest.MockSocketImpl
143 super.shutdownOutput();
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java190 * @see java.net.Socket#shutdownOutput()
205 * shutdownOutput() on the socket, the stream will throw
215 protected void shutdownOutput() throws IOException { method in class:SocketImpl
H A DAbstractPlainSocketImpl.java526 protected void shutdownOutput() throws IOException { method in class:AbstractPlainSocketImpl
H A DSocket.java1461 * @see java.net.Socket#shutdownOutput()
1484 * shutdownOutput() on the socket, the stream will throw
1496 public void shutdownOutput() throws IOException method in class:Socket
1504 getImpl().shutdownOutput();
1587 * @see #shutdownOutput
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java449 public void shutdownOutput() throws IOException { method in class:SocketAdaptor
451 sc.shutdownOutput();
H A DSocketChannelImpl.java819 public SocketChannel shutdownOutput() throws IOException { method in class:SocketChannelImpl
/libcore/ojluni/src/main/java/sun/security/ssl/
H A DBaseSSLSocketImpl.java204 * The semantics of shutdownOutput is not supported in TLS 1.0
210 public final void shutdownOutput() throws IOException { method in class:BaseSSLSocketImpl
211 throw new UnsupportedOperationException("The method shutdownOutput()" +
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DOldSocketChannelTest.java420 public SocketChannel shutdownOutput() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3223 @Override public void shutdownOutput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
3224 delegate.shutdownOutput();

Completed in 599 milliseconds