public class Server {
public static void main(String[] args) throws Exception {
EndpointImpl endpoint = new EndpointImpl(new DatagramSocket(22222));
endpoint.addListener(new Listener() {
@Override
public void update(Event event) {
try {
InputStream stream = event.getInputStream();