- java.lang.Object
-
- jnr.unixsocket.UnixServerSocket
-
public class UnixServerSocket extends Object
-
-
Constructor Summary
Constructors Constructor Description UnixServerSocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnixSocket
accept()
void
bind(SocketAddress endpoint)
void
bind(SocketAddress endpoint, int backlog)
-
-
-
Constructor Detail
-
UnixServerSocket
public UnixServerSocket() throws IOException
- Throws:
IOException
-
-
Method Detail
-
accept
public UnixSocket accept() throws IOException
- Throws:
IOException
-
bind
public void bind(SocketAddress endpoint) throws IOException
- Throws:
IOException
-
bind
public void bind(SocketAddress endpoint, int backlog) throws IOException
- Throws:
IOException
-
-