:: com :: sun :: star ::

module connection
Description
Data exchange interfaces for inter-process communication.

Services
::com::sun::star::connection::Acceptor allows to accept connection attempts from another process.
::com::sun::star::connection::Connector allows to establish a connection to another process.
Interfaces
::com::sun::star::connection::XAcceptor allows to passively accept connection attempts from other processes.
::com::sun::star::connection::XConnection A bidirectional bytestream.
::com::sun::star::connection::XConnection2 XConnection2 extends the XConnection interface with available and readSomeBytes
::com::sun::star::connection::XConnectionBroadcaster allows to add listeners to a connection.
::com::sun::star::connection::XConnector allows to actively establish an interprocess connection.
Structs
::com::sun::star::connection::SocketPermission This permission represents access to a network via sockets. A SocketPermission consists of a host specification and a set of actions specifying ways to connect to that host. The host is specified as
Exceptions
::com::sun::star::connection::AlreadyAcceptingException Is thrown, when there is another thread already accepting on this instance.
::com::sun::star::connection::ConnectionSetupException Is thrown, when it is not possible to accept on a local resource.
::com::sun::star::connection::NoConnectException Is thrown in case no one is accepting on the specified resource.
Top of Page