Package org.apache.avro.ipc
Class Ipc
java.lang.Object
org.apache.avro.ipc.Ipc
IPC utilities, including client and server factories.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Server
createServer
(Responder responder, URI uri) Create aServer
listening at the named URI using the provided responder.static Transceiver
createTransceiver
(URI uri) Create a clientTransceiver
connecting to the provided URI.
-
Method Details
-
createTransceiver
Create a clientTransceiver
connecting to the provided URI.- Throws:
IOException
-
createServer
Create aServer
listening at the named URI using the provided responder.- Throws:
IOException
-