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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java795 HttpsURLConnection clientConnection, SSLSocket serverPeer)
799 assertEquals(session.getCipherSuite(), clientConnection
802 assertEquals(session.getLocalPrincipal(), clientConnection
805 assertEquals(session.getPeerPrincipal(), clientConnection
808 Certificate[] serverCertificates = clientConnection
814 localCertificates = clientConnection.getLocalCertificates();
942 final HttpURLConnection clientConnection,
944 return doInteraction(clientConnection, serverSocket, OK_CODE, false,
953 final HttpURLConnection clientConnection,
956 return doInteraction(clientConnection, serverSocke
794 checkConnectionStateParameters( HttpsURLConnection clientConnection, SSLSocket serverPeer) argument
941 doInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket) argument
952 doInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode) argument
964 doPersistentInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket) argument
976 doPersistentInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode) argument
991 doInteraction( final HttpURLConnection clientConnection, final ServerSocket serverSocket, final int responseCode, final boolean doAuthentication, final boolean checkPersistence) argument
[all...]

Completed in 102 milliseconds