Interface SimpleUDPServer.Exchange
-
- All Known Implementing Classes:
SimpleUDPServer.SimpleServerExchange
- Enclosing class:
- SimpleUDPServer
public static interface SimpleUDPServer.Exchange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processRequest(DatagramSocket socket)
boolean
sendReply(DatagramSocket socket)
-
-
-
Method Detail
-
sendReply
boolean sendReply(DatagramSocket socket) throws IOException
- Throws:
IOException
-
processRequest
boolean processRequest(DatagramSocket socket) throws IOException
- Throws:
IOException
-
-