@InterfaceAudience.Private @InterfaceStability.Unstable public class HttpConfig extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpConfig.Policy |
Constructor and Description |
---|
HttpConfig() |
Modifier and Type | Method and Description |
---|---|
static String |
getScheme(HttpConfig.Policy policy) |
static String |
getSchemePrefix() |
static boolean |
isSecure() |
static void |
setPolicy(HttpConfig.Policy policy) |
public static void setPolicy(HttpConfig.Policy policy)
public static boolean isSecure()
public static String getSchemePrefix()
public static String getScheme(HttpConfig.Policy policy)
Copyright © 2013 Apache Software Foundation. All rights reserved.