Interface DatagramDispatcher<E>
public interface DatagramDispatcher<E>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddEndpoint(E endpoint) voidremoveEndpoint(E endpoint) voidstop()
-
Method Details
-
addEndpoint
- Throws:
IOException
-
removeEndpoint
- Throws:
IOException
-
stop
- Throws:
IOException
-