Class SocketServer

java.lang.Object
java.lang.Thread
org.apache.avro.ipc.SocketServer
All Implemented Interfaces:
Runnable, Server
Direct Known Subclasses:
SaslSocketServer

@Deprecated public class SocketServer extends Thread implements Server
Deprecated.
use SaslSocketServer instead.
A socket-based server implementation. This uses a simple, non-standard wire protocol and is not intended for production services.