org.apache.flume.tools
Class HTTPServerConstraintUtil

java.lang.Object
  extended by org.apache.flume.tools.HTTPServerConstraintUtil

public class HTTPServerConstraintUtil
extends Object

Utility class to impose constraints on Jetty HTTP servers


Method Summary
static void enforceConstraints(org.mortbay.jetty.servlet.Context ctx)
          Impose constraints on the Context passed in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

enforceConstraints

public static void enforceConstraints(org.mortbay.jetty.servlet.Context ctx)
Impose constraints on the Context passed in.

Parameters:
ctx - - Context to impose constraints on.


Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.