| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServletHttpExchange |
ServletHttpExchange.getHttpExchange(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
ServletHttpExchange |
ServletHttpServletResponse.getServletHttpExchange() |
ServletHttpExchange |
ServletHttpServletRequest.getServletHttpExchange() |
ServletHttpExchange |
NettyMessageToServletRunnable.HttpRunnable.getServletHttpExchange() |
static ServletHttpExchange |
ServletHttpExchange.newInstance(ServletContext servletContext,
io.netty.channel.ChannelHandlerContext context,
io.netty.handler.codec.http.FullHttpRequest fullHttpRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServletOutputStream |
ServletOutputStream.newInstance(ServletHttpExchange servletHttpExchange) |
static ServletHttpServletResponse |
ServletHttpServletResponse.newInstance(ServletHttpExchange servletHttpExchange) |
static ServletHttpServletRequest |
ServletHttpServletRequest.newInstance(ServletHttpExchange servletHttpExchange,
io.netty.handler.codec.http.FullHttpRequest fullHttpRequest) |
static void |
ServletHttpExchange.setHttpExchange(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ServletHttpExchange httpExchange) |
void |
NettyMessageToServletRunnable.HttpRunnable.setServletHttpExchange(ServletHttpExchange servletHttpExchange) |
| 构造器和说明 |
|---|
ServletAsyncContext(ServletHttpExchange servletHttpExchange,
ServletContext servletContext,
ExecutorService executorService,
javax.servlet.ServletRequest httpServletRequest,
javax.servlet.ServletResponse httpServletResponse) |
Copyright © 2020. All rights reserved.