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

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiator.java36 public abstract class Negotiator { class
37 static Negotiator getNegotiator(HttpCallerInfo hci) {
63 return (Negotiator) (c.newInstance(hci));
H A DNegotiateAuthentication.java54 // if it's true, a cached Negotiator is put into <code>cache</code>.
57 static HashMap <String, Negotiator> cache = null;
60 private Negotiator negotiator = null;
84 * find out yes or no, an initialization of a Negotiator object against it
96 cache = new HashMap <String, Negotiator>();
104 Negotiator neg = Negotiator.getNegotiator(hci);
169 * @throws IOException if <code>Negotiator.getNegotiator()</code> or
170 * <code>Negotiator.firstToken()</code> failed.
183 negotiator = Negotiator
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiatorImpl.java37 import sun.net.www.protocol.http.Negotiator;
50 public class NegotiatorImpl extends Negotiator {
/openjdk7/jdk/make/sun/net/
H A DFILES_java.gmk102 sun/net/www/protocol/http/Negotiator.java \

Completed in 153 milliseconds