public interface DatagramDispatcher<E>
Modifier and Type | Method and Description |
---|---|
void |
addEndpoint(E endpoint) |
void |
removeEndpoint(E endpoint) |
void |
stop() |
void addEndpoint(E endpoint) throws IOException
IOException
void removeEndpoint(E endpoint) throws IOException
IOException
void stop() throws IOException
IOException
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.