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

/openjdk7/jdk/test/java/net/Authenticator/
H A DB4759514.java41 void errorReply (HttpTransaction req, String reply) throws IOException { method in class:B4759514
59 errorReply (req, "Digest realm=\"wallyworld\", nonce=\"1234\", domain=\"/\"");
H A DB4678055.java41 void errorReply (HttpTransaction req, String reply) throws IOException { method in class:B4678055
60 errorReply (req, "Basic realm=\"wallyworld\"");
75 errorReply (req, "Basic realm=\"wallyworld\"");
81 errorReply (req, "Basic realm=\"wallyworld\"");
H A DB4933582.java34 void errorReply (HttpTransaction req, String reply) throws IOException { method in class:B4933582
55 errorReply (req, "Basic realm=\"wallyworld\"");
72 errorReply (req, "Basic realm=\"wallyworld\"");
H A DB4769350.java86 void errorReply (HttpTransaction req, String reply) throws IOException { method in class:B4769350.CallBack
144 errorReply (req, "Basic realm=\"realm1\"");
160 errorReply (req, "Basic realm=\"realm2\"");
176 errorReply (req, "Basic realm=\"realm1\"");
190 errorReply (req, "Basic realm=\"realm2\"");
212 errorReply (req, "Basic realm=\"realm3\"");
218 errorReply (req, "Basic realm=\"realm3\"");
239 errorReply (req, "Basic realm=\"realm4\"");
/openjdk7/jdk/test/sun/net/www/
H A DAuthHeaderTest.java41 void errorReply (HttpTransaction req, String reply) throws IOException { method in class:AuthHeaderTest
60 errorReply (req, "Basic realm=\"wallyworld\"");

Completed in 1153 milliseconds