Language
The Free and Open Productivity Suite
PUBLIC MEMBERS: |
CLASSES
| STRUCTS
| UNIONS
| ENUMS
| TYPEDEFS
| METHODS
| STATIC METHODS
| DATA
| STATIC 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
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.