public class UdpServerConf extends UdpConf
| Constructor and Description |
|---|
UdpServerConf(int port,
UdpHandler udpHandler,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReadBufferSize() |
UdpHandler |
getUdpHandler() |
void |
setReadBufferSize(int readBufferSize) |
void |
setUdpHandler(UdpHandler udpHandler) |
getCharset, getServerNode, getTimeout, setCharset, setServerNode, setTimeoutpublic UdpServerConf(int port,
UdpHandler udpHandler,
int timeout)
public int getReadBufferSize()
public UdpHandler getUdpHandler()
public void setReadBufferSize(int readBufferSize)
public void setUdpHandler(UdpHandler udpHandler)
Copyright © 2021. All rights reserved.