|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avro.ipc.Ipc
public class Ipc
IPC utilities, including client and server factories.
Method Summary | |
---|---|
static Server |
createServer(Responder responder,
URI uri)
Create a Server listening at the named URI using the provided
responder. |
static Transceiver |
createTransceiver(URI uri)
Create a client Transceiver connecting to the provided URI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Transceiver createTransceiver(URI uri) throws IOException
Transceiver
connecting to the provided URI.
IOException
public static Server createServer(Responder responder, URI uri) throws IOException
Server
listening at the named URI using the provided
responder.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |