public interface ClientIPCService
ClientIPCServiceFactory#getIPCService()
.Modifier and Type | Method and Description |
---|---|
IPCMessageChannel |
connectToServer(String name)
Connect to a named IPC server, and obtain a channel that can
be used to communicate with that server.
|
IPCMessageChannel connectToServer(String name) throws IOException
name
- - name of the server to connect to, must not be nullIOException
- if the server does not exist, or the attempt to connect fails in some wayCopyright © 2017. All rights reserved.