Home
last modified time | relevance | path

Searched refs:shutdownOutput (Results 1 – 25 of 30) sorted by relevance

12

/external/jetty/src/java/org/eclipse/jetty/io/bio/
DSocketEndPoint.java107 _socket.shutdownOutput(); in shutdownSocketOutput()
118 public void shutdownOutput() throws IOException in shutdownOutput() method in SocketEndPoint
121 super.shutdownOutput(); in shutdownOutput()
DStreamEndPoint.java78 public void shutdownOutput() throws IOException in shutdownOutput() method in StreamEndPoint
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DConnectHandler.java563 _toClient.shutdownOutput(); in handle()
714 public void shutdownOutput() throws IOException in shutdownOutput() method in ConnectHandler.ProxyToServerConnection
717 _endPoint.shutdownOutput(); in shutdownOutput()
728 shutdownOutput(); in onIdleExpired()
788 _toServer.shutdownOutput(); in handle()
885 public void shutdownOutput() throws IOException in shutdownOutput() method in ConnectHandler.ClientToProxyConnection
887 _endPoint.shutdownOutput(); in shutdownOutput()
898 shutdownOutput(); in onIdleExpired()
/external/jetty/src/java/org/eclipse/jetty/server/
DBlockingHttpConnection.java94 _endp.shutdownOutput(); in handle()
116 _endp.shutdownOutput(); in handle()
DAsyncHttpConnection.java136 _endp.shutdownOutput(); in handle()
DAbstractHttpConnection.java595 _endp.shutdownOutput(); in handleRequest()
/external/jetty/src/java/org/eclipse/jetty/io/
DEndPoint.java33 void shutdownOutput() throws IOException; in shutdownOutput() method
DAbstractConnection.java64 _endp.shutdownOutput(); in onIdleExpired()
DByteArrayEndPoint.java182 public void shutdownOutput() throws IOException in shutdownOutput() method in ByteArrayEndPoint
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java44 @Override public void shutdownOutput() throws IOException { in shutdownOutput() method in DelegatingSSLSocket
45 delegate.shutdownOutput(); in shutdownOutput()
/external/conscrypt/src/compat/java/org/conscrypt/
DKitKatPlatformOpenSSLSocketImplAdapter.java231 public void shutdownOutput() throws IOException { in shutdownOutput() method in KitKatPlatformOpenSSLSocketImplAdapter
232 delegate.shutdownOutput(); in shutdownOutput()
DPreKitKatPlatformOpenSSLSocketImplAdapter.java231 public void shutdownOutput() throws IOException { in shutdownOutput() method in PreKitKatPlatformOpenSSLSocketImplAdapter
232 delegate.shutdownOutput(); in shutdownOutput()
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSslConnection.java260 _sslEndPoint.shutdownOutput(); in onIdleExpired()
412 _endp.shutdownOutput(); in process()
633 public void shutdownOutput() throws IOException in shutdownOutput() method in SslConnection.SslEndPoint
DChannelEndPoint.java167 _socket.shutdownOutput(); in shutdownChannelOutput()
189 public void shutdownOutput() throws IOException in shutdownOutput() method in ChannelEndPoint
/external/jetty/src/java/org/eclipse/jetty/client/
DSelectConnector.java284 public void shutdownOutput() throws IOException in shutdownOutput() method in SelectConnector.UpgradableEndPoint
286 _endp.shutdownOutput(); in shutdownOutput()
DAsyncHttpConnection.java258 _endp.shutdownOutput(); in onInputShutdown()
/external/apache-http/src/org/apache/http/impl/
DSocketHttpServerConnection.java197 this.socket.shutdownOutput(); in close()
DSocketHttpClientConnection.java200 this.socket.shutdownOutput(); in close()
/external/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketGeneratorRFC6455.java219 _endp.shutdownOutput(); in flushBuffer()
DWebSocketGeneratorD08.java215 _endp.shutdownOutput(); in flushBuffer()
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
DSslSocketConnector.java626 public void shutdownOutput() throws IOException in shutdownOutput() method in SslSocketConnector.SslConnectorEndPoint
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpGenerator.java139 _endp.shutdownOutput();
892 _endp.shutdownOutput(); in flushBuffer()
/external/apache-http/android/src/android/net/http/
DAndroidHttpClientConnection.java229 this.socket.shutdownOutput(); in close()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java397 socket.shutdownOutput(); in serveConnection()
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImplTest.java1168 socket.shutdownOutput(); in testShutdownOutput()

12