LibreOffice
LibreOffice 24.2 SDK API Reference
|
Data exchange interfaces for inter-process communication. More...
Classes | |
service | Acceptor |
allows to accept connection attempts from another process. More... | |
exception | AlreadyAcceptingException |
Is thrown, when there is another thread already accepting on this instance. More... | |
exception | ConnectionSetupException |
Is thrown, when it is not possible to accept on a local resource. More... | |
service | Connector |
allows to establish a connection to another process. More... | |
exception | NoConnectException |
Is thrown in case no one is accepting on the specified resource. More... | |
struct | SocketPermission |
This permission represents access to a network via sockets. More... | |
interface | XAcceptor |
allows to passively accept connection attempts from other processes. More... | |
interface | XConnection |
A bidirectional bytestream. More... | |
interface | XConnection2 |
XConnection2 extends the XConnection interface with available and readSomeBytes More... | |
interface | XConnectionBroadcaster |
allows to add listeners to a connection. More... | |
interface | XConnector |
allows to actively establish an interprocess connection. More... | |
Data exchange interfaces for inter-process communication.