| 程序包 | 说明 |
|---|---|
| com.github.netty.protocol.servlet |
| 限定符和类型 | 方法和说明 |
|---|---|
ServletHttpExchange |
NettyMessageToServletRunnable.HttpRunnable.getExchange() |
static ServletHttpExchange |
ServletHttpExchange.getHttpExchange(io.netty.channel.ChannelHandlerContext channelHandlerContext) |
ServletHttpExchange |
ServletHttpServletResponse.getServletHttpExchange() |
ServletHttpExchange |
ServletHttpServletRequest.getServletHttpExchange() |
static ServletHttpExchange |
ServletHttpExchange.newInstance(ServletContext servletContext,
io.netty.channel.ChannelHandlerContext context,
io.netty.handler.codec.http.HttpRequest httpRequest) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ServletOutputStream |
ServletOutputStream.newInstance(ServletHttpExchange servletHttpExchange) |
static ServletHttpServletResponse |
ServletHttpServletResponse.newInstance(ServletHttpExchange servletHttpExchange) |
static ServletHttpServletRequest |
ServletHttpServletRequest.newInstance(ServletHttpExchange exchange,
io.netty.handler.codec.http.HttpRequest httpRequest) |
void |
NettyMessageToServletRunnable.HttpRunnable.setExchange(ServletHttpExchange servletHttpExchange) |
static void |
ServletHttpExchange.setHttpExchange(io.netty.channel.ChannelHandlerContext channelHandlerContext,
ServletHttpExchange httpExchange) |
| 构造器和说明 |
|---|
ServletAsyncContext(ServletHttpExchange servletHttpExchange,
ServletContext servletContext,
Executor executor) |
Copyright © 2021. All rights reserved.