public final class HttpAuthenticationMethods
extends Enum
The authentication methods supported by the HTTP proxy
Modifier and Type | Field and Description |
---|---|
static byte |
Basic
Basic access authentication.
|
static byte |
NoAuthentication
No authentication
|
public static final byte NoAuthentication
No authentication
public static final byte Basic
Basic access authentication.
Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.