| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHttpResponder
Base implementation of
HttpResponder to simplify child implementations. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
BodyConsumer.chunk(io.netty.buffer.ByteBuf request,
HttpResponder responder)
Http request content will be streamed directly to this method.
|
abstract void |
BodyConsumer.finished(HttpResponder responder)
This is called on the receipt of the last HttpChunk.
|
void |
ExceptionHandler.handle(Throwable t,
io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder) |
boolean |
AbstractHandlerHook.preCall(io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder,
io.cdap.http.internal.HandlerInfo handlerInfo) |
boolean |
HandlerHook.preCall(io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder,
io.cdap.http.internal.HandlerInfo handlerInfo)
preCall is run before a handler method call is made.
|
boolean |
URLRewriter.rewrite(io.netty.handler.codec.http.HttpRequest request,
HttpResponder responder)
Implement this to rewrite URL of an incoming request.
|
Copyright 2019 Cask, Inc. Licensed under the Apache License, Version 2.0