public interface DatagramDispatcher<E>
void
addEndpoint(E endpoint)
removeEndpoint(E endpoint)
stop()
void addEndpoint(E endpoint) throws java.io.IOException
java.io.IOException
void removeEndpoint(E endpoint) throws java.io.IOException
void stop() throws java.io.IOException
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.