public class JettyBindings extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addHandler(com.google.inject.Binder binder,
Class<? extends org.eclipse.jetty.server.Handler> handlerClass) |
static void |
addQosFilter(com.google.inject.Binder binder,
String[] paths,
int maxRequests) |
static void |
addQosFilter(com.google.inject.Binder binder,
String paths,
int maxRequests) |
public static void addQosFilter(com.google.inject.Binder binder,
String paths,
int maxRequests)
public static void addQosFilter(com.google.inject.Binder binder,
String[] paths,
int maxRequests)
public static void addHandler(com.google.inject.Binder binder,
Class<? extends org.eclipse.jetty.server.Handler> handlerClass)
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.