Constructor and Description |
---|
UndertowConfig() |
Modifier and Type | Method and Description |
---|---|
int |
getBufferSize() |
int |
getIoThreads() |
int |
getReadTimeout() |
int |
getWorkerThreads() |
int |
getWriteTimeout() |
boolean |
isDirectBuffers() |
boolean |
isTcpNoDelay() |
UndertowConfig |
setBufferSize(int bufferSize) |
UndertowConfig |
setDirectBuffers(boolean directBuffers) |
UndertowConfig |
setIoThreads(int ioThreads) |
UndertowConfig |
setReadTimeout(int readTimeout) |
UndertowConfig |
setTcpNoDelay(boolean tcpNoDelay) |
UndertowConfig |
setWorkerThreads(int workerThreads) |
UndertowConfig |
setWriteTimeout(int writeTimeout) |
public int getBufferSize()
public UndertowConfig setBufferSize(int bufferSize)
public int getIoThreads()
public UndertowConfig setIoThreads(int ioThreads)
public int getWorkerThreads()
public UndertowConfig setWorkerThreads(int workerThreads)
public boolean isDirectBuffers()
public UndertowConfig setDirectBuffers(boolean directBuffers)
public boolean isTcpNoDelay()
public UndertowConfig setTcpNoDelay(boolean tcpNoDelay)
public int getReadTimeout()
public UndertowConfig setReadTimeout(int readTimeout)
public int getWriteTimeout()
public UndertowConfig setWriteTimeout(int writeTimeout)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.