public class AuthHttpHandler<T> extends Object implements HttpHandler<T>
| Constructor and Description | 
|---|
| AuthHttpHandler(HttpHandler<T> target,
               HttpSecurity<T> security) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(org.jetlang.fibers.Fiber dispatchFiber,
      HttpRequest headers,
      HttpResponse writer,
      T sessionState) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstartpublic AuthHttpHandler(HttpHandler<T> target, HttpSecurity<T> security)
public void handle(org.jetlang.fibers.Fiber dispatchFiber,
                   HttpRequest headers,
                   HttpResponse writer,
                   T sessionState)
handle in interface HttpHandler<T>Copyright © 2016. All Rights Reserved.