Searched refs:closeConnection (Results 1 - 25 of 47) sorted by relevance

12

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
H A DRealWebSocket.java127 boolean closeConnection;
132 closeConnection = readerSentClose;
137 if (closeConnection) {
138 closeConnection();
152 closeConnection();
180 closeConnection();
188 protected abstract void closeConnection() throws IOException; method in class:RealWebSocket
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
H A DJDWPUnitDebuggeeWrapper.java110 closeConnection();
156 protected void closeConnection() { method in class:JDWPUnitDebuggeeWrapper
159 vmMirror.closeConnection();
/external/jetty/src/java/org/eclipse/jetty/servlets/
H A DCloseableDoSFilter.java41 protected void closeConnection(HttpServletRequest request, HttpServletResponse response, Thread thread) method in class:CloseableDoSFilter
/external/apache-http/android/src/android/net/http/
H A DConnectionThread.java111 mConnection.closeConnection();
114 mConnection.closeConnection();
H A DIdleCache.java119 entry.mConnection.closeConnection();
133 entry.mConnection.closeConnection();
H A DHttpConnection.java68 void closeConnection() { method in class:HttpConnection
75 "closeConnection(): failed closing connection " +
H A DConnection.java145 closeConnection();
306 closeConnection();
445 closeConnection();
556 abstract void closeConnection(); method in class:Connection
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
H A DClassObjectIDTest.java63 closeConnection();
H A DRefTypeIDTest.java62 closeConnection();
H A DResumeTest.java58 closeConnection();
H A DAttachConnectorTest.java89 closeConnection();
H A DBreakpointTest.java70 closeConnection();
H A DClassPrepareTest.java68 closeConnection();
H A DExceptionTest.java68 closeConnection();
H A DFieldAccessTest.java72 closeConnection();
H A DFieldModificationTest.java73 closeConnection();
H A DMethodEntryExitTest.java81 closeConnection();
H A DEnableCollectionTest.java117 closeConnection();
H A DSingleStepTest.java119 closeConnection();
H A DThreadEndTest.java70 closeConnection();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DAbstractConnPool.java301 closeConnection(entry.getConnection());
322 protected void closeConnection(final OperatedClientConnection conn) { method in class:AbstractConnPool
H A DConnPoolByRoute.java388 closeConnection(entry.getConnection());
448 closeConnection(entry.getConnection());
535 closeConnection(entry.getConnection());
683 closeConnection(entry.getConnection());
/external/jetty/src/java/org/eclipse/jetty/security/
H A DJDBCLoginService.java217 closeConnection();
265 closeConnection();
273 private void closeConnection () method in class:JDBCLoginService
/external/deqp/executor/
H A DxeTcpIpLink.cpp428 closeConnection();
437 void TcpIpLink::closeConnection (void) function in class:xe::TcpIpLink
481 closeConnection();
490 closeConnection();
H A DxeTcpIpLink.hpp140 void closeConnection (void);

Completed in 533 milliseconds

12