Lines Matching refs:server

139      * server working over SSL, sends encrypted HTTP request,
146 notes = "Verifies if HTTPS connection performs initial SSL handshake with the server working over SSL, sends encrypted HTTP request, and receives expected HTTP response.",
157 // create the SSL server socket acting as a server
212 // create the SSL server socket acting as a server
251 @KnownFailure("End to end test fails. No response data is transferred from server to client")
253 // create the SSLServerSocket which will be used by server side
308 @KnownFailure("End to end test fails. No response data is transferred from server to client")
310 // create the SSLServerSocket which will be used by server side
434 // create the SSLServerSocket which will be used by server side
465 * Tests the behaviour in case of sending the data to the server.
469 notes = "Verifies the behaviour in case of sending the data to the server.",
480 // create the SSLServerSocket which will be used by server side
504 * Tests HTTPS connection process made through the proxy server.
509 notes = "Verifies HTTPS connection process made through the proxy server.",
515 notes = "Verifies HTTPS connection process made through the proxy server.",
521 notes = "Verifies HTTPS connection process made through the proxy server.",
532 // create the SSLServerSocket which will be used by server side
556 * Tests HTTPS connection process made through the proxy server.
557 * Proxy server needs authentication.
562 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
568 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
574 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication.",
585 // create the SSLServerSocket which will be used by server side
617 * Tests HTTPS connection process made through the proxy server.
625 notes = "Verifies HTTPS connection process made through the proxy server.",
631 notes = "Verifies HTTPS connection process made through the proxy server.",
637 notes = "Verifies HTTPS connection process made through the proxy server.",
648 // create the SSLServerSocket which will be used by server side
667 // create another SSLServerSocket which will be used by server side
680 * Tests HTTPS connection process made through the proxy server.
681 * Proxy server needs authentication.
682 * Client sends data to the server.
687 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
693 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
699 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
705 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication. Client sends data to the server.",
716 // create the SSLServerSocket which will be used by server side
747 * Tests HTTPS connection process made through the proxy server.
748 * Proxy server needs authentication but client fails to authenticate
754 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
760 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
766 notes = "Verifies HTTPS connection process made through the proxy server. Proxy server needs authentication but client fails to authenticate (Authenticator was not set up in the system).",
776 // create the SSLServerSocket which will be used by server side
834 // create the SSLServerSocket which will be used by server side
1019 * if the server needs client authentication.
1031 ServerWork server = new ServerWork(serverSocket, responseCode,
1038 Future<Void> serverFuture = executorService.submit(server);
1049 return server.peerSocket;
1119 * The data to be posted by client to the server.
1140 * The class used for server side works.
1144 // the server socket used for connection
1150 // indicates if the server acts as proxy server
1153 // indicates if the server needs proxy authentication
1160 * Creates the thread acting as a server side.
1163 // the server does not require proxy authentication
1169 * Creates the thread acting as a server side.
1170 * @param serverSocket the server socket to be used during connection
1173 * indicates if the server needs proxy authentication
1180 // will act as a proxy server if the specified server socket
1181 // is not a secure server socket
1185 // work as a HTTPS server, not as HTTP proxy
1209 * Performs the actual server work.
1219 // configure the server socket to avoid blocking
1294 // create sslSocket acting as a remote server peer
1350 // connection to be used to contact the server side
1355 * @param connection connection to be used to contact the server side