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

1 2 3 4

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketImplTest.java 49 * java.net.SocketImpl#shutdownOutput()
54 s.shutdownOutput();
142 public void shutdownOutput() throws IOException {
143 super.shutdownOutput();
SocketTest.java 876 s.shutdownOutput();
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/
EndPoint.java 33 void shutdownOutput() throws IOException;
AbstractConnection.java 64 _endp.shutdownOutput();
ByteArrayEndPoint.java 180 * @see org.eclipse.io.EndPoint#shutdownOutput()
182 public void shutdownOutput() throws IOException
  /external/jetty/src/java/org/eclipse/jetty/io/bio/
SocketEndPoint.java 107 _socket.shutdownOutput();
115 * @see org.eclipse.jetty.io.bio.StreamEndPoint#shutdownOutput()
118 public void shutdownOutput() throws IOException
121 super.shutdownOutput();
143 * @see org.eclipse.jetty.io.bio.StreamEndPoint#shutdownOutput()
StreamEndPoint.java 78 public void shutdownOutput() throws IOException
  /external/jetty/src/java/org/eclipse/jetty/server/
BlockingHttpConnection.java 94 _endp.shutdownOutput();
116 _endp.shutdownOutput();
AsyncHttpConnection.java 136 _endp.shutdownOutput();
  /frameworks/base/core/java/android/net/
LocalSocket.java 215 public void shutdownOutput() throws IOException {
217 impl.shutdownOutput();
  /libcore/ojluni/src/main/java/java/net/
SocketImpl.java 190 * @see java.net.Socket#shutdownOutput()
205 * shutdownOutput() on the socket, the stream will throw
215 protected void shutdownOutput() throws IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
MockSocketChannel.java 95 public SocketChannel shutdownOutput() throws IOException {
  /libcore/ojluni/src/main/java/java/nio/channels/
SocketChannel.java 283 public abstract SocketChannel shutdownOutput() throws IOException;
  /external/apache-http/src/org/apache/http/impl/
SocketHttpClientConnection.java 200 this.socket.shutdownOutput();
SocketHttpServerConnection.java 197 this.socket.shutdownOutput();
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Socket.java 191 socket.shutdownOutput();
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 563 _toClient.shutdownOutput();
714 public void shutdownOutput() throws IOException
717 _endPoint.shutdownOutput();
728 shutdownOutput();
788 _toServer.shutdownOutput();
885 public void shutdownOutput() throws IOException
887 _endPoint.shutdownOutput();
898 shutdownOutput();
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DelegatingSSLSocket.java 44 @Override public void shutdownOutput() throws IOException {
45 delegate.shutdownOutput();
  /libcore/luni/src/test/java/libcore/java/nio/channels/
SocketChannelTest.java 377 channel1.shutdownOutput();
383 channel1.shutdownOutput();
393 channel1.shutdownOutput();
  /external/caliper/caliper/src/main/java/com/google/caliper/bridge/
OpenedSocket.java 140 socket.shutdownOutput();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
MockSocketConnection.java 333 public void shutdownOutput() throws IOException {
  /external/conscrypt/src/compat/java/org/conscrypt/
KitKatPlatformOpenSSLSocketImplAdapter.java 231 public void shutdownOutput() throws IOException {
232 delegate.shutdownOutput();
PreKitKatPlatformOpenSSLSocketImplAdapter.java 231 public void shutdownOutput() throws IOException {
232 delegate.shutdownOutput();
  /external/jetty/src/java/org/eclipse/jetty/client/
SelectConnector.java 284 public void shutdownOutput() throws IOException
286 _endp.shutdownOutput();
  /external/jetty/src/java/org/eclipse/jetty/io/nio/
ChannelEndPoint.java 167 _socket.shutdownOutput();
189 public void shutdownOutput() throws IOException

Completed in 2107 milliseconds

1 2 3 4