org.apache.hadoop.http
Class HttpConfig

java.lang.Object
  extended by org.apache.hadoop.http.HttpConfig

@InterfaceAudience.Private
@InterfaceStability.Unstable
public class HttpConfig
extends Object

Singleton to get access to Http related configuration.


Constructor Summary
HttpConfig()
           
 
Method Summary
static String getSchemePrefix()
           
static boolean isSecure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConfig

public HttpConfig()
Method Detail

isSecure

public static boolean isSecure()

getSchemePrefix

public static String getSchemePrefix()


Copyright © 2009 The Apache Software Foundation