public class SocketThread extends Object implements Runnable
Modifier and Type | Class and Description |
---|---|
protected class |
SocketThread.ResultsListener |
Modifier and Type | Field and Description |
---|---|
static int |
DEF_MAX_THREADS_PER_CPU |
Modifier and Type | Method and Description |
---|---|
static void |
addSocketService(IOService<?> s) |
void |
addSocketServicePriv(IOService<?> s) |
static void |
removeSocketService(IOService<Object> s) |
void |
removeSocketServicePriv(IOService<?> s) |
void |
run() |
void |
setMaxThread(int threads) |
void |
setMaxThreadPerCPU(int threads) |
public static final int DEF_MAX_THREADS_PER_CPU
public static void addSocketService(IOService<?> s)
public void addSocketServicePriv(IOService<?> s)
public void removeSocketServicePriv(IOService<?> s)
public void setMaxThread(int threads)
public void setMaxThreadPerCPU(int threads)
Copyright © 2004–2019 "Tigase, Inc.". All rights reserved.