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

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DSocketImplTest.java162 method = "shutdownOutput",
252 public void shutdownOutput() throws IOException { method in class:SocketImplTest.MockSocketImpl
253 super.shutdownOutput();
/dalvik/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java312 protected void shutdownOutput() throws IOException { method in class:SocketImpl
H A DSocket.java833 public void shutdownOutput() throws IOException { method in class:Socket
838 impl.shutdownOutput();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
H A DPlainSocketImpl.java200 shutdownOutput();
449 protected void shutdownOutput() throws IOException { method in class:PlainSocketImpl
450 netImpl.shutdownOutput(fd);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DINetworkSystem.java139 public void shutdownOutput(FileDescriptor descriptor) throws IOException; method in interface:INetworkSystem
H A DOSNetworkSystem.java643 public void shutdownOutput(FileDescriptor fd) throws IOException { method in class:OSNetworkSystem
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DOpenSSLSocketImpl.java497 public void shutdownOutput() throws IOException { method in class:OpenSSLSocketImpl
499 "Method shutdownOutput() is not supported.");

Completed in 86 milliseconds