org.apache.avro.ipc
Class SocketTransceiver
java.lang.Object
org.apache.avro.ipc.Transceiver
org.apache.avro.ipc.SocketTransceiver
public class SocketTransceiver
- extends Transceiver
A simple socket-based Transceiver
implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocketTransceiver
public SocketTransceiver(SocketAddress address)
throws IOException
- Throws:
IOException
SocketTransceiver
public SocketTransceiver(SocketChannel channel)
getRemoteName
public String getRemoteName()
- Specified by:
getRemoteName
in class Transceiver
readBuffers
public List<ByteBuffer> readBuffers()
throws IOException
- Specified by:
readBuffers
in class Transceiver
- Throws:
IOException
writeBuffers
public void writeBuffers(List<ByteBuffer> buffers)
throws IOException
- Specified by:
writeBuffers
in class Transceiver
- Throws:
IOException
close
public void close()
throws IOException
- Overrides:
close
in class Transceiver
- Throws:
IOException
Copyright © 2009 The Apache Software Foundation