Uses of Class
com.sun.net.httpserver.Authenticator
-
Packages that use Authenticator 软件包 描述 com.sun.net.httpserver 提供简单的高级Http服务器API,可用于构建嵌入式HTTP服务器。 -
-
Uses of Authenticator in com.sun.net.httpserver
Subclasses of Authenticator in com.sun.net.httpserver 变量和类型 类 描述 classBasicAuthenticatorBasicAuthenticator提供HTTP基本身份验证的实现。Methods in com.sun.net.httpserver that return Authenticator 变量和类型 方法 描述 abstract AuthenticatorHttpContext. getAuthenticator()返回当前为此上下文设置的Authenticator(如果存在)。abstract AuthenticatorHttpContext. setAuthenticator(Authenticator auth)为此HttpContext设置Authenticator。Methods in com.sun.net.httpserver with parameters of type Authenticator 变量和类型 方法 描述 abstract AuthenticatorHttpContext. setAuthenticator(Authenticator auth)为此HttpContext设置Authenticator。
-