public class Ipc extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static Server | createServer(Responder responder,
            URI uri)Create a  Serverlistening at the named URI using the provided
 responder. | 
| static Transceiver | createTransceiver(URI uri)Create a client  Transceiverconnecting to the provided URI. | 
public static Transceiver createTransceiver(URI uri) throws IOException
Transceiver connecting to the provided URI.IOExceptionpublic static Server createServer(Responder responder, URI uri) throws IOException
Server listening at the named URI using the provided
 responder.IOExceptionCopyright © 2009–2020 The Apache Software Foundation. All rights reserved.