org.apache.hadoop.hbase.util
Class HttpServerUtil

java.lang.Object
  extended by org.apache.hadoop.hbase.util.HttpServerUtil

public class HttpServerUtil
extends Object

HttpServer utility.


Constructor Summary
HttpServerUtil()
           
 
Method Summary
static void constrainHttpMethods(org.mortbay.jetty.servlet.Context context)
          Add constraints to a Jetty Context to disallow undesirable Http methods.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerUtil

public HttpServerUtil()
Method Detail

constrainHttpMethods

public static void constrainHttpMethods(org.mortbay.jetty.servlet.Context context)
Add constraints to a Jetty Context to disallow undesirable Http methods.

Parameters:
context - The context to modify


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.