Searched refs:connectStr (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/InputRecord/
H A DProxyTunnelServer.java204 * The input, connectStr is of the form:
207 void retrieveConnectInfo(String connectStr) throws Exception { argument
213 starti = connectStr.indexOf(' ');
214 endi = connectStr.lastIndexOf(' ');
215 connectInfo = connectStr.substring(starti+1, endi).trim();
222 + connectStr);
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyTunnelServer.java256 * The input, connectStr is of the form:
259 private void retrieveConnectInfo(String connectStr) throws Exception { argument
266 starti = connectStr.indexOf(' ');
267 endi = connectStr.lastIndexOf(' ');
268 connectInfo = connectStr.substring(starti+1, endi).trim();
275 + connectStr);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DB6226610.java189 * The input, connectStr is of the form:
192 private void retrieveConnectInfo(String connectStr) throws IOException { argument
199 starti = connectStr.indexOf(' ');
200 endi = connectStr.lastIndexOf(' ');
201 connectInfo = connectStr.substring(starti+1, endi).trim();
208 + connectStr);
H A DProxyTunnelServer.java258 * The input, connectStr is of the form:
261 private void retrieveConnectInfo(String connectStr) throws Exception { argument
268 starti = connectStr.indexOf(' ');
269 endi = connectStr.lastIndexOf(' ');
270 connectInfo = connectStr.substring(starti+1, endi).trim();
277 + connectStr);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java258 * The input, connectStr is of the form:
261 private void retrieveConnectInfo(String connectStr) throws Exception { argument
267 starti = connectStr.indexOf(' ');
268 endi = connectStr.lastIndexOf(' ');
269 connectInfo = connectStr.substring(starti+1, endi).trim();
276 + connectStr);

Completed in 33 milliseconds