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
IOExceptionvoid removeEndpoint(E endpoint) throws IOException
IOExceptionvoid stop()
throws IOException
IOExceptionCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.