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.IOException
public UnixDomainSocketChannel accept() throws java.io.IOException
java.io.IOException
public void close() throws java.io.IOException
java.io.IOException
Copyright © 2021. All Rights Reserved.