Searched defs:firstToken (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DNegotiator.java73 public abstract byte[] firstToken() throws IOException; method in class:Negotiator
H A DNegotiateAuthentication.java157 incoming==null?firstToken():nextToken(incoming));
170 * <code>Negotiator.firstToken()</code> failed.
172 private byte[] firstToken() throws IOException { method in class:NegotiateAuthentication
190 return negotiator.firstToken();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/spnego/
H A DNegotiatorImpl.java135 public byte[] firstToken() { method in class:NegotiatorImpl

Completed in 27 milliseconds