|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||