public abstract class XioConfigBuilderBase<T extends XioConfigBuilderBase<T>> extends Object
Constructor and Description |
---|
XioConfigBuilderBase() |
Modifier and Type | Method and Description |
---|---|
Map<io.netty.channel.ChannelOption<Object>,Object> |
getBootstrapOptions() |
protected ExecutorService |
getBossExecutor() |
protected int |
getBossThreadCount() |
protected io.netty.util.Timer |
getTimer() |
protected ExecutorService |
getWorkerExecutor() |
protected int |
getWorkerThreadCount() |
String |
getXioName() |
T |
setBootstrapOptions(Map<io.netty.channel.ChannelOption<Object>,Object> options) |
T |
setBossThreadCount(int bossThreadCount) |
T |
setBossThreadExecutor(ExecutorService bossThreadExecutor) |
T |
setTimer(io.netty.util.Timer timer) |
T |
setWorkerThreadCount(int workerThreadCount) |
T |
setWorkerThreadExecutor(ExecutorService workerThreadExecutor) |
T |
setXioName(String XioName) |
public T setBootstrapOptions(Map<io.netty.channel.ChannelOption<Object>,Object> options)
protected io.netty.util.Timer getTimer()
public T setTimer(io.netty.util.Timer timer)
public String getXioName()
public T setBossThreadExecutor(ExecutorService bossThreadExecutor)
protected ExecutorService getBossExecutor()
protected int getBossThreadCount()
public T setBossThreadCount(int bossThreadCount)
public T setWorkerThreadExecutor(ExecutorService workerThreadExecutor)
protected ExecutorService getWorkerExecutor()
protected int getWorkerThreadCount()
public T setWorkerThreadCount(int workerThreadCount)
Copyright © 2016. All Rights Reserved.