public class ListenerReqRespStateManager extends Object
| Modifier and Type | Field and Description |
|---|---|
ListenerState |
state |
| Constructor and Description |
|---|
ListenerReqRespStateManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleAbruptChannelClosure(ServerConnectorFuture serverConnectorFuture) |
io.netty.channel.ChannelFuture |
handleIdleTimeoutConnectionClosure(ServerConnectorFuture serverConnectorFuture,
io.netty.channel.ChannelHandlerContext ctx) |
void |
readInboundRequestBody(Object inboundRequestEntityBody) |
void |
readInboundRequestHeaders(HttpCarbonMessage inboundRequestMsg,
io.netty.handler.codec.http.HttpRequest inboundRequestHeaders) |
void |
writeOutboundResponseBody(HttpOutboundRespListener outboundResponseListener,
HttpCarbonMessage outboundResponseMsg,
io.netty.handler.codec.http.HttpContent httpContent) |
void |
writeOutboundResponseHeaders(HttpCarbonMessage outboundResponseMsg,
io.netty.handler.codec.http.HttpContent httpContent) |
public ListenerState state
public void readInboundRequestHeaders(HttpCarbonMessage inboundRequestMsg, io.netty.handler.codec.http.HttpRequest inboundRequestHeaders)
public void readInboundRequestBody(Object inboundRequestEntityBody) throws ServerConnectorException
ServerConnectorExceptionpublic void writeOutboundResponseHeaders(HttpCarbonMessage outboundResponseMsg, io.netty.handler.codec.http.HttpContent httpContent)
public void writeOutboundResponseBody(HttpOutboundRespListener outboundResponseListener, HttpCarbonMessage outboundResponseMsg, io.netty.handler.codec.http.HttpContent httpContent)
public void handleAbruptChannelClosure(ServerConnectorFuture serverConnectorFuture)
public io.netty.channel.ChannelFuture handleIdleTimeoutConnectionClosure(ServerConnectorFuture serverConnectorFuture, io.netty.channel.ChannelHandlerContext ctx)
Copyright © 2021 WSO2. All rights reserved.