HomeSort by relevance Sort by last modified time
    Searched defs:shutdownInput (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /libcore/ojluni/src/main/java/java/nio/channels/
AsynchronousSocketChannel.java 241 public abstract AsynchronousSocketChannel shutdownInput() throws IOException;
SocketChannel.java 271 public abstract SocketChannel shutdownInput() throws IOException;
  /libcore/ojluni/src/test/java/net/Socket/
ShutdownInput.java 42 public class ShutdownInput {
76 s2.shutdownInput();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketImplTest.java 68 * java.net.SocketImpl#shutdownInput()
73 s.shutdownInput();
152 public void shutdownInput() throws IOException {
153 super.shutdownInput();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockSocketChannel.java 100 public SocketChannel shutdownInput() throws IOException {
  /frameworks/base/core/java/android/net/
LocalSocket.java 219 public void shutdownInput() throws IOException {
221 impl.shutdownInput();
LocalSocketImpl.java 401 protected void shutdownInput() throws IOException
  /external/conscrypt/common/src/main/java/org/conscrypt/
ConscryptSocketBase.java 435 public void shutdownInput() throws IOException {
437 socket.shutdownInput();
439 super.shutdownInput();
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 204 this.socket.shutdownInput();
SocketHttpServerConnection.java 201 this.socket.shutdownInput();
  /libcore/ojluni/src/main/java/java/net/
SocketImpl.java 196 protected void shutdownInput() throws IOException {
211 * @see java.net.Socket#shutdownInput()
AbstractPlainSocketImpl.java 616 protected void shutdownInput() throws IOException {
Socket.java     [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 190 socket.shutdownInput();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocket.java 40 @Override public void shutdownInput() throws IOException {
41 delegate.shutdownInput();
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 412 public void shutdownInput() throws IOException {
414 sc.shutdownInput();
AsynchronousSocketChannelImpl.java 532 public final AsynchronousSocketChannel shutdownInput() throws IOException {
  /external/conscrypt/android/src/main/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 231 public void shutdownInput() throws IOException {
232 delegate.shutdownInput();
PreKitKatPlatformOpenSSLSocketImplAdapter.java 231 public void shutdownInput() throws IOException {
232 delegate.shutdownInput();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 179 server.shutdownInput();
SocketChannelTest.java 372 channel1.shutdownInput();
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 94 clientSocket.shutdownInput();
107 serverSocket.shutdownInput();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockSocketConnection.java 341 public void shutdownInput() throws IOException {
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 602 theSocket.shutdownInput();
621 socket.shutdownInput();
652 theSocket.shutdownInput();
    [all...]
  /external/apache-http/android/src/android/net/http/
AndroidHttpClientConnection.java 233 this.socket.shutdownInput();

Completed in 288 milliseconds

1 2 3 4