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(java.net.DatagramSocket socket)
boolean
sendReply(java.net.DatagramSocket socket)
-