Class DatagramServer

java.lang.Object
java.lang.Thread
org.apache.avro.ipc.DatagramServer
All Implemented Interfaces:
Runnable, Server

public class DatagramServer extends Thread implements Server
A datagram-based server implementation. This uses a simple, non-standard wire protocol and is not intended for production services.