- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for UnixDomainServerSocket (0.15 seconds)
-
samples/unixdomainsockets/src/main/java/okhttp3/unixdomainsockets/UnixDomainServerSocketFactory.java
int port, int backlog, InetAddress inetAddress) throws IOException { return createServerSocket(); } final class UnixDomainServerSocket extends ServerSocket { private UnixServerSocketChannel serverSocketChannel; private InetSocketAddress endpoint; UnixDomainServerSocket() throws IOException { } @Override public void bind(SocketAddress endpoint, int backlog) throws IOException {Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Tue Feb 12 16:33:52 GMT 2019 - 3.1K bytes - Click Count (0)