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

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketImplTest.java 62 * java.net.SocketImpl#shutdownInput()
67 s.shutdownInput();
146 public void shutdownInput() throws IOException {
147 super.shutdownInput();
  /external/jetty/src/java/org/eclipse/jetty/io/
EndPoint.java 40 void shutdownInput() throws IOException;
ByteArrayEndPoint.java 189 * @see org.eclipse.io.EndPoint#shutdownInput()
191 public void shutdownInput() throws IOException
  /external/jetty/src/java/org/eclipse/jetty/io/bio/
SocketEndPoint.java 135 _socket.shutdownInput();
146 public void shutdownInput() throws IOException
149 super.shutdownInput();
272 shutdownInput();
StreamEndPoint.java 90 public void shutdownInput() throws IOException
143 shutdownInput();
  /frameworks/base/core/java/android/net/
LocalSocket.java 205 public void shutdownInput() throws IOException {
207 impl.shutdownInput();
  /libcore/ojluni/src/main/java/java/net/
SocketImpl.java 186 * shutdownInput() on the socket, the stream will return EOF.
195 protected void shutdownInput() throws IOException {
210 * @see java.net.Socket#shutdownInput()
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockSocketChannel.java 100 public SocketChannel shutdownInput() throws IOException {
  /libcore/ojluni/src/main/java/java/nio/channels/
SocketChannel.java 262 public abstract SocketChannel shutdownInput() throws IOException;
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
ChannelEndPoint.java 113 * Cannot be overridden. To override, see {@link #shutdownInput()}
128 _socket.shutdownInput();
150 public void shutdownInput() throws IOException
247 shutdownInput();
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 204 this.socket.shutdownInput();
SocketHttpServerConnection.java 201 this.socket.shutdownInput();
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 190 socket.shutdownInput();
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 75 clientSocket.shutdownInput();
88 serverSocket.shutdownInput();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocket.java 40 @Override public void shutdownInput() throws IOException {
41 delegate.shutdownInput();
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 176 socket.shutdownInput();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockSocketConnection.java 328 public void shutdownInput() throws IOException {
  /external/conscrypt/src/compat/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 226 public void shutdownInput() throws IOException {
227 delegate.shutdownInput();
PreKitKatPlatformOpenSSLSocketImplAdapter.java 226 public void shutdownInput() throws IOException {
227 delegate.shutdownInput();
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 304 public void shutdownInput() throws IOException
306 _endp.shutdownInput();
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketAdaptor.java 441 public void shutdownInput() throws IOException {
443 sc.shutdownInput();
  /external/jetty/src/java/org/eclipse/jetty/server/bio/
SocketConnector.java 231 shutdownInput();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SelectorTest.java 198 server.shutdownInput();
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 129 mSocket.shutdownInput();
  /libcore/luni/src/test/java/libcore/java/net/
OldSocketTest.java 599 theSocket.shutdownInput();
618 socket.shutdownInput();
649 theSocket.shutdownInput();
    [all...]

Completed in 2625 milliseconds

1 2 3 4