Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: connection ::

service Acceptor

Description
allows to accept connection attempts from another process.

Acceptor is a delegating service. You can add further acceptors by giving them a service name com.sun.star.connection.Acceptor.xxx, where xxx is the connection type used in the connection string during accept()/connect() call.



Exported Interfaces

com::sun::star::connection::XAcceptor
Description
The main interface of the service.

Top of Page