org.apache.hadoop.hbase.util
Class HttpServerUtil
java.lang.Object
org.apache.hadoop.hbase.util.HttpServerUtil
public class HttpServerUtil
- extends Object
HttpServer utility.
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 |
HttpServerUtil
public HttpServerUtil()
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 © 2014 The Apache Software Foundation. All Rights Reserved.