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

/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DAuthenticatorRequestorTypeTest.java40 assertEquals(Authenticator.RequestorType.SERVER,
41 Authenticator.RequestorType.valueOf("SERVER"));
59 Authenticator.RequestorType.SERVER
H A DAuthenticatorTest.java88 assertEquals(RequestorType.SERVER, Authenticator.RequestorType
89 .valueOf("SERVER"));
120 assertEquals(RequestorType.SERVER, rt[1]);
138 assertEquals(mock.getRequestorType(), RequestorType.SERVER);
179 assertEquals(mock.getRequestorType(), RequestorType.SERVER);
/dalvik/libcore/luni/src/main/java/java/net/
H A DAuthenticator.java158 thisAuthenticator.rt = RequestorType.SERVER;
226 thisAuthenticator.rt = RequestorType.SERVER;
308 * Returns the type of this request, it can be {@code PROXY} or {@code SERVER}.
329 SERVER enum constant in enum:Authenticator.RequestorType

Completed in 62 milliseconds