public class UnixServerSocket extends Object implements Closeable
(c) 2018 Oracle Corporation
| Modifier and Type | Method and Description |
|---|---|
UnixSocket |
accept(long timeoutMillis) |
void |
close() |
static UnixServerSocket |
listen(String fileName,
int backlog) |
public static UnixServerSocket listen(String fileName, int backlog) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic UnixSocket accept(long timeoutMillis) throws IOException
IOExceptionCopyright © 2023. All rights reserved.