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.IOException
public static Server createServer(Responder responder, URI uri) throws IOException
Server
listening at the named URI using the provided
responder.IOException
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.