public class UnixServerSocket extends Object
Constructor and Description |
---|
UnixServerSocket() |
Modifier and Type | Method and Description |
---|---|
UnixSocket |
accept() |
void |
bind(SocketAddress endpoint) |
void |
bind(SocketAddress endpoint,
int backlog) |
public UnixServerSocket() throws IOException
IOException
public UnixSocket accept() throws IOException
IOException
public void bind(SocketAddress endpoint) throws IOException
IOException
public void bind(SocketAddress endpoint, int backlog) throws IOException
IOException
Copyright © 2018. All rights reserved.