public interface IUDPSocketFactory
IUDPSocket instance.| Modifier and Type | Method and Description |
|---|---|
IUDPSocket |
create(ServerAddress serverAddress,
int readTimeout)
Create a new
IUDPSocket instance. |
IUDPSocket create(ServerAddress serverAddress, int readTimeout) throws java.io.IOException
IUDPSocket instance.serverAddress - The server address to connect toreadTimeout - The read timeoutjava.io.IOException - If an I/O error occurs