public interface IDatagramHandlerFactory
DatagramServerHandler
.Modifier and Type | Method and Description |
---|---|
IDatagramHandler |
create(SocketAddress remoteAddress)
Creates a datagram handler that will be associated with a
datagram-oriented session created by
DatagramServerHandler after
receiving first data from a remote host. |
IDatagramHandler create(SocketAddress remoteAddress)
DatagramServerHandler
after
receiving first data from a remote host.remoteAddress
- the address of the remote host.null
if the creation of the session should be
silently skipped.Copyright © 2017–2021 SNF4J.ORG. All rights reserved.