Uses of Interface
com.continuuity.http.URLRewriter

Uses of URLRewriter in com.continuuity.http
 

Methods in com.continuuity.http with parameters of type URLRewriter
 NettyHttpService.Builder NettyHttpService.Builder.setUrlRewriter(URLRewriter urlRewriter)
          Set URLRewriter to re-write URL of an incoming request before any handlers or their hooks are called.
 

Constructors in com.continuuity.http with parameters of type URLRewriter
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