OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shutdownOutput
(Results
1 - 25
of
88
) 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
();
/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
();
/cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java
79
clientSocket.
shutdownOutput
();
92
serverSocket.
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
();