Uses of Enum
nbbrd.io.http.HttpAuthScheme
Packages that use HttpAuthScheme
-
Uses of HttpAuthScheme in nbbrd.io.http
Methods in nbbrd.io.http that return HttpAuthSchemeModifier and TypeMethodDescriptionstatic HttpAuthSchemeReturns the enum constant of this type with the specified name.static HttpAuthScheme[]HttpAuthScheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nbbrd.io.http with parameters of type HttpAuthSchemeModifier and TypeMethodDescriptionvoidHttpEventListener.onOpen(@NonNull HttpRequest request, @NonNull Proxy proxy, @NonNull HttpAuthScheme scheme) voidHttpEventListener.onUnauthorized(@NonNull URL url, @NonNull HttpAuthScheme oldScheme, @NonNull HttpAuthScheme newScheme)