Class SocketTransceiver

java.lang.Object
org.apache.avro.ipc.Transceiver
org.apache.avro.ipc.SocketTransceiver
All Implemented Interfaces:
Closeable, AutoCloseable

public class SocketTransceiver extends Transceiver
Deprecated.
A socket-based Transceiver implementation. This uses a simple, non-standard wire protocol and is not intended for production services.