Class AuthSchemeSupport
- java.lang.Object
-
- org.apache.hc.client5.http.impl.auth.AuthSchemeSupport
-
@Internal public class AuthSchemeSupport extends java.lang.Object
- Since:
- 5.2
-
-
Constructor Summary
Constructors Constructor Description AuthSchemeSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.nio.charset.Charset
parseCharset(java.lang.String charsetName, java.nio.charset.Charset defaultCharset)
-
-
-
Method Detail
-
parseCharset
public static java.nio.charset.Charset parseCharset(java.lang.String charsetName, java.nio.charset.Charset defaultCharset) throws AuthenticationException
- Throws:
AuthenticationException
-
-