public class UdpServiceImpl extends TcpServiceImpl implements org.oiue.service.tcp.UdpService
acceptorMap, logger, logService| Constructor and Description |
|---|
UdpServiceImpl(org.oiue.service.log.LogService logService) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
connect(SocketAddress address,
org.oiue.service.tcp.Handler handler,
boolean binary,
int connectTimeout,
int idleTime,
String charsetName) |
boolean |
register(SocketAddress address,
org.oiue.service.tcp.Handler handler,
boolean binary,
int idleTime,
String charsetName) |
unregister, unregisterAllpublic boolean register(SocketAddress address, org.oiue.service.tcp.Handler handler, boolean binary, int idleTime, String charsetName)
register in interface org.oiue.service.tcp.TcpServiceregister in class TcpServiceImplpublic boolean connect(SocketAddress address, org.oiue.service.tcp.Handler handler, boolean binary, int connectTimeout, int idleTime, String charsetName)
connect in interface org.oiue.service.tcp.TcpServiceconnect in class TcpServiceImplCopyright © 2016. All rights reserved.