类 IdleStateConstant
- java.lang.Object
-
- com.github.thierrysquirrel.websocket.netty.server.handler.core.factory.constant.IdleStateConstant
-
public final class IdleStateConstant extends Object
ClassName: IdleStateConstant Description: date: 2020/8/17 21:33- 从以下版本开始:
- JDK 1.8
- 作者:
- ThierrySquirrel
-
-
字段概要
字段 修饰符和类型 字段 说明 static intHTTP_ALL_IDLE_TIMEstatic intHTTP_MAX_CONTENT_LENGTHstatic intHTTP_READER_IDLE_TIMEstatic intHTTP_WRITER_IDLE_TIMEstatic intWEBSOCKET_ALL_IDLE_TIMEstatic intWEBSOCKET_WRITER_IDLE_TIME
-
-
-
字段详细资料
-
HTTP_READER_IDLE_TIME
public static final int HTTP_READER_IDLE_TIME
- 另请参阅:
- 常量字段值
-
HTTP_WRITER_IDLE_TIME
public static final int HTTP_WRITER_IDLE_TIME
- 另请参阅:
- 常量字段值
-
HTTP_ALL_IDLE_TIME
public static final int HTTP_ALL_IDLE_TIME
- 另请参阅:
- 常量字段值
-
HTTP_MAX_CONTENT_LENGTH
public static final int HTTP_MAX_CONTENT_LENGTH
- 另请参阅:
- 常量字段值
-
WEBSOCKET_WRITER_IDLE_TIME
public static final int WEBSOCKET_WRITER_IDLE_TIME
- 另请参阅:
- 常量字段值
-
WEBSOCKET_ALL_IDLE_TIME
public static final int WEBSOCKET_ALL_IDLE_TIME
- 另请参阅:
- 常量字段值
-
-