public class GelfInboundHTTPHandler extends io.netty.channel.SimpleChannelInboundHandler<Object>
| Constructor and Description |
|---|
GelfInboundHTTPHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
Object message) |
io.netty.handler.codec.http.HttpRequest |
getHttpRequest() |
String |
getUri() |
List<Object> |
getValues() |
void |
setReturnStatus(io.netty.handler.codec.http.HttpResponseStatus status) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected void channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
Object message)
throws Exception
public String getUri()
public io.netty.handler.codec.http.HttpRequest getHttpRequest()
public void setReturnStatus(io.netty.handler.codec.http.HttpResponseStatus status)
Copyright © 2013–2023. All rights reserved.