| Package | Description |
|---|---|
| io.nadron.communication | |
| io.nadron.handlers.netty | |
| io.nadron.service.impl |
| Modifier and Type | Field and Description |
|---|---|
private SessionRegistryService<SocketAddress> |
NettyUDPMessageSender.sessionRegistryService |
| Modifier and Type | Method and Description |
|---|---|
protected SessionRegistryService<SocketAddress> |
NettyUDPMessageSender.getSessionRegistryService() |
| Constructor and Description |
|---|
NettyUDPMessageSender(SocketAddress remoteAddress,
io.netty.channel.socket.DatagramChannel channel,
SessionRegistryService<SocketAddress> sessionRegistryService) |
| Modifier and Type | Field and Description |
|---|---|
private SessionRegistryService<SocketAddress> |
UDPUpstreamHandler.udpSessionRegistry |
protected SessionRegistryService<SocketAddress> |
LoginHandler.udpSessionRegistry |
| Modifier and Type | Method and Description |
|---|---|
SessionRegistryService<SocketAddress> |
UDPUpstreamHandler.getUdpSessionRegistry() |
SessionRegistryService<SocketAddress> |
LoginHandler.getUdpSessionRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
UDPUpstreamHandler.setUdpSessionRegistry(SessionRegistryService<SocketAddress> udpSessionRegistry) |
void |
LoginHandler.setUdpSessionRegistry(SessionRegistryService<SocketAddress> udpSessionRegistry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReconnectSessionRegistry
A session registry that will do auto cleanup of the
Session after
waiting for a specified amount of time for reconnection from remote client. |
class |
SessionRegistry<T> |
Copyright © 2013. All Rights Reserved.