Package nginx.clojure.NginxClojureRT

Examples of nginx.clojure.NginxClojureRT.WorkerResponseContext


    workers.submit(new Callable<NginxClojureRT.WorkerResponseContext>() {
      @Override
      public WorkerResponseContext call() throws Exception {
        NginxResponse resp = handleRequest(req);
        //let output chain built before entering the main thread
        return new WorkerResponseContext(resp, req);
      }
    });
    return NGX_DONE;
  }
View Full Code Here

TOP

Related Classes of nginx.clojure.NginxClojureRT.WorkerResponseContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.