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

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6296310.java44 static SimpleHttpTransaction httpTrans; field in class:B6296310
57 httpTrans = new SimpleHttpTransaction();
58 server = new HttpServer(httpTrans, 1, 10, 0);
H A DB6299712.java51 static SimpleHttpTransaction httpTrans; field in class:B6299712
63 httpTrans = new SimpleHttpTransaction();
64 server = new HttpServer(httpTrans, 1, 10, 0);
/openjdk7/jdk/test/java/net/CookieHandler/
H A DCookieManagerTest.java40 static CookieHttpTransaction httpTrans; field in class:CookieManagerTest
47 if (httpTrans.badRequest) {
54 httpTrans = new CookieHttpTransaction();
55 server = new HttpServer(httpTrans, 1, 1, 0);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DB6216082.java44 static SimpleHttpTransaction httpTrans; field in class:B6216082
70 if (httpTrans.hasBadRequest) {
135 httpTrans = new SimpleHttpTransaction();
136 server = new HttpServer(httpTrans, 1, 10, 0);
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DB5045306.java52 static SimpleHttpTransaction httpTrans; field in class:B5045306
62 httpTrans = new SimpleHttpTransaction();
63 server = new HttpServer(httpTrans, 1, 10, 0);

Completed in 42 milliseconds