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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiateAuthentication.java60 private Negotiator negotiator = null; field in class:NegotiateAuthentication
173 negotiator = null;
176 negotiator = cache.get(getHost());
177 if (negotiator != null) {
182 if (negotiator == null) {
183 negotiator = Negotiator.getNegotiator(hci);
184 if (negotiator == null) {
190 return negotiator.firstToken();
195 * @param token the token to be fed into <code>negotiator.nextToken()</code>
197 * @throws IOException if <code>negotiator
[all...]

Completed in 28 milliseconds