public class UnixServerSocket
extends java.lang.Object
| Constructor and Description |
|---|
UnixServerSocket(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
UnixDomainSocketChannel |
accept()
This method will block until a connection is done on the socket
|
void |
close()
This will close the socket.
|
public UnixServerSocket(java.lang.String path)
throws java.io.IOException
java.io.IOExceptionpublic UnixDomainSocketChannel accept() throws java.io.IOException
java.io.IOExceptionpublic void close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2021. All Rights Reserved.