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

/external/jetty/src/java/org/eclipse/jetty/io/
H A DEndPoint.java33 void shutdownOutput() throws IOException; method in interface:EndPoint
H A DByteArrayEndPoint.java180 * @see org.eclipse.io.EndPoint#shutdownOutput()
182 public void shutdownOutput() throws IOException method in class:ByteArrayEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/bio/
H A DSocketEndPoint.java107 _socket.shutdownOutput();
115 * @see org.eclipse.jetty.io.bio.StreamEndPoint#shutdownOutput()
118 public void shutdownOutput() throws IOException method in class:SocketEndPoint
121 super.shutdownOutput();
143 * @see org.eclipse.jetty.io.bio.StreamEndPoint#shutdownOutput()
H A DStreamEndPoint.java78 public void shutdownOutput() throws IOException method in class:StreamEndPoint
/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DChannelEndPoint.java167 _socket.shutdownOutput();
189 public void shutdownOutput() throws IOException method in class:ChannelEndPoint
H A DSslConnection.java260 _sslEndPoint.shutdownOutput();
412 _endp.shutdownOutput();
633 public void shutdownOutput() throws IOException method in class:SslConnection.SslEndPoint
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DMockSocketConnection.java333 public void shutdownOutput() throws IOException { method in class:MockSocketConnection.MockSocket
/external/jetty/src/java/org/eclipse/jetty/client/
H A DSelectConnector.java284 public void shutdownOutput() throws IOException method in class:SelectConnector.UpgradableEndPoint
286 _endp.shutdownOutput();
/external/jetty/src/java/org/eclipse/jetty/server/ssl/
H A DSslSocketConnector.java626 public void shutdownOutput() throws IOException method in class:SslSocketConnector.SslConnectorEndPoint
/external/conscrypt/src/compat/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java231 public void shutdownOutput() throws IOException { method in class:KitKatPlatformOpenSSLSocketImplAdapter
232 delegate.shutdownOutput();
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java231 public void shutdownOutput() throws IOException { method in class:PreKitKatPlatformOpenSSLSocketImplAdapter
232 delegate.shutdownOutput();
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java44 @Override public void shutdownOutput() throws IOException { method in class:DelegatingSSLSocket
45 delegate.shutdownOutput();
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DConnectHandler.java563 _toClient.shutdownOutput();
714 public void shutdownOutput() throws IOException method in class:ConnectHandler.ProxyToServerConnection
717 _endPoint.shutdownOutput();
728 shutdownOutput();
788 _toServer.shutdownOutput();
885 public void shutdownOutput() throws IOException method in class:ConnectHandler.ClientToProxyConnection
887 _endPoint.shutdownOutput();
898 shutdownOutput();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 218 milliseconds