jnr.unixsocket
Class UnixServerSocket
java.lang.Object
jnr.unixsocket.UnixServerSocket
public class UnixServerSocket
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnixServerSocket
public UnixServerSocket()
throws IOException
- Throws:
IOException
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
Copyright © 2012. All Rights Reserved.