Uses of Interface
com.continuuity.http.HttpHandler

Uses of HttpHandler in com.continuuity.http
 

Classes in com.continuuity.http that implement HttpHandler
 class AbstractHttpHandler
          A base implementation of HttpHandler that provides a method for sending a request to other handlers that exist in the same server.
 class HttpResourceHandler
          HttpResourceHandler handles the http request.
 

Methods in com.continuuity.http that return HttpHandler
 HttpHandler HttpResourceModel.getHttpHandler()
           
 

Method parameters in com.continuuity.http with type arguments of type HttpHandler
 NettyHttpService.Builder NettyHttpService.Builder.addHttpHandlers(Iterable<? extends HttpHandler> handlers)
          Add HttpHandlers that service the request.
 

Constructors in com.continuuity.http with parameters of type HttpHandler
HttpResourceModel(Set<org.jboss.netty.handler.codec.http.HttpMethod> httpMethods, String path, Method method, HttpHandler handler)
          Construct a resource model with HttpMethod, method that handles httprequest, Object that contains the method.
 

Constructor parameters in com.continuuity.http with type arguments of type HttpHandler
HttpResourceHandler(Iterable<? extends HttpHandler> handlers, Iterable<? extends HandlerHook> handlerHooks, URLRewriter urlRewriter)
          Construct HttpResourceHandler.
NettyHttpService(InetSocketAddress bindAddress, int bossThreadPoolSize, int workerThreadPoolSize, int execThreadPoolSize, long execThreadKeepAliveSecs, Map<String,Object> channelConfigs, RejectedExecutionHandler rejectedExecutionHandler, URLRewriter urlRewriter, Iterable<? extends HttpHandler> httpHandlers, Iterable<? extends HandlerHook> handlerHooks, int httpChunkLimit)
          Deprecated. Use NettyHttpService.Builder instead.
 



Copyright 2013 Continuuity, Inc. Licensed under the Apache License, Version 2.0