类的使用
org.redkale.net.AsyncIOThread
-
使用AsyncIOThread的程序包 程序包 说明 org.redkale.net 网络TCP/UDP基础服务包org.redkale.net.http HTTP协议包,提供HTTP协议服务器 -
-
org.redkale.net中AsyncIOThread的使用
声明为AsyncIOThread的org.redkale.net中的字段 修饰符和类型 字段 说明 protected AsyncIOThread
AsyncConnection. ioReadThread
protected AsyncIOThread
AsyncConnection. ioWriteThread
返回AsyncIOThread的org.redkale.net中的方法 修饰符和类型 方法 说明 protected AsyncIOThread
AsyncIOGroup. createAsyncIOThread(ThreadGroup g, String name, int index, int threads, ExecutorService workExecutor, ByteBufferPool safeBufferPool)
protected AsyncIOThread
AsyncIOGroup. createConnectIOThread(ThreadGroup g, String name, int index, int threads, ExecutorService workExecutor, ByteBufferPool safeBufferPool)
static AsyncIOThread
AsyncIOThread. currentAsyncIOThread()
当前IOThread线程,不是IOThread返回nullAsyncIOThread
AsyncConnection. getReadIOThread()
AsyncIOThread
AsyncConnection. getWriteIOThread()
AsyncIOThread
AsyncIOGroup. nextReadIOThread()
AsyncIOThread
AsyncIOGroup. nextWriteIOThread()
参数类型为AsyncIOThread的org.redkale.net中的方法 修饰符和类型 方法 说明 protected void
Context. updateReadIOThread(AsyncConnection conn, AsyncIOThread ioReadThread)
protected void
Context. updateWriteIOThread(AsyncConnection conn, AsyncIOThread ioWriteThread)
参数类型为AsyncIOThread的org.redkale.net中的构造器 构造器 说明 AsyncConnection(boolean clientMode, AsyncIOGroup ioGroup, AsyncIOThread ioReadThread, AsyncIOThread ioWriteThread, int bufferCapacity, SSLBuilder sslBuilder, SSLContext sslContext)
-
org.redkale.net.http中AsyncIOThread的使用
声明为AsyncIOThread的org.redkale.net.http中的字段 修饰符和类型 字段 说明 protected AsyncIOThread
WebSocketReadHandler. ioReadThread
参数类型为AsyncIOThread的org.redkale.net.http中的方法 修饰符和类型 方法 说明 protected void
HttpContext. updateReadIOThread(AsyncConnection conn, AsyncIOThread ioReadThread)
protected void
HttpContext. updateWriteIOThread(AsyncConnection conn, AsyncIOThread ioWriteThread)
-