Home | History | Annotate | Download | only in socket

Lines Matching defs:UnixDomainSocket

26 class NET_EXPORT UnixDomainSocket : public StreamListenSocket {
28 virtual ~UnixDomainSocket();
40 // Note that the returned UnixDomainSocket instance does not take ownership of
42 static scoped_ptr<UnixDomainSocket> CreateAndListen(
51 static scoped_ptr<UnixDomainSocket> CreateAndListenWithAbstractNamespace(
59 UnixDomainSocket(SocketDescriptor s,
63 static scoped_ptr<UnixDomainSocket> CreateAndListenInternal(
78 DISALLOW_COPY_AND_ASSIGN(UnixDomainSocket);
81 // Factory that can be used to instantiate UnixDomainSocket.
86 const UnixDomainSocket::AuthCallback& auth_callback);
95 const UnixDomainSocket::AuthCallback auth_callback_;
102 // Use this factory to instantiate UnixDomainSocket using the abstract
110 const UnixDomainSocket::AuthCallback& auth_callback);