Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15
 Overview   Namespace   Class   Index   Help 
PUBLIC MEMBERS:  CLASSESSTRUCTSUNIONSENUMSTYPEDEFSMETHODSSTATIC METHODSDATASTATIC DATA

:: osl ::

class AcceptorSocket


Base Classes
Socket (public)
  |  
  +--AcceptorSocket
Known Derived Classes
None.

virtual abstract interface template
NO NO NO NO
File
socket_decl.hxx

Public Members

Methods


AcceptorSocket( oslAddrFamily Family = osl_Socket_FamilyInet, oslProtocol Protocol = osl_Socket_ProtocolIp, oslSocketType Type = osl_Socket_TypeStream );
sal_Bool
listen( sal_Int32 MaxPendingConnections = - 1 );
Prepare a socket for the accept-call. The socket must have been bound before to the local address.
oslSocketResult
acceptConnection( StreamSocket & Connection );
Accepts incoming connections on the socket. You must precede this call with bind() and listen().
oslSocketResult
acceptConnection( StreamSocket & Connection, SocketAddr & PeerAddr );
Accepts incoming connections on the socket. You must precede this call with bind() and listen().

Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.