public class NettyMessageToServletRunnable extends Object implements MessageToRunnable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NettyMessageToServletRunnable.HttpRunnable
http task
|
| 限定符和类型 | 字段和说明 |
|---|---|
static AtomicLong |
SERVLET_AND_FILTER_TIME |
static AtomicLong |
SERVLET_QUERY_COUNT |
| 构造器和说明 |
|---|
NettyMessageToServletRunnable(ServletContext servletContext) |
public static final AtomicLong SERVLET_AND_FILTER_TIME
public static final AtomicLong SERVLET_QUERY_COUNT
public NettyMessageToServletRunnable(ServletContext servletContext)
public Runnable newRunnable(io.netty.channel.ChannelHandlerContext context, Object msg)
MessageToRunnablenewRunnable 在接口中 MessageToRunnablecontext - The connectionmsg - IO messages (attention! : no automatic release, manual release is required)Copyright © 2020. All rights reserved.