public class Ipc extends Object
| Modifier and Type | Method and Description | 
|---|---|
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. | 
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-2012 The Apache Software Foundation. All Rights Reserved.