public class AFUNIXServerSocket extends ServerSocket
| Modifier | Constructor and Description |
|---|---|
protected |
AFUNIXServerSocket() |
| Modifier and Type | Method and Description |
|---|---|
Socket |
accept() |
void |
bind(SocketAddress endpoint,
int backlog) |
static AFUNIXServerSocket |
bindOn(AFUNIXSocketAddress addr)
Returns a new AF_UNIX
ServerSocket that is bound to the given
AFUNIXSocketAddress. |
void |
close() |
boolean |
isBound() |
static boolean |
isSupported() |
static AFUNIXServerSocket |
newInstance()
Returns a new, unbound AF_UNIX
ServerSocket. |
String |
toString() |
bind, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeoutprotected AFUNIXServerSocket()
throws IOException
IOExceptionpublic static AFUNIXServerSocket newInstance() throws IOException
ServerSocket.AFUNIXServerSocket.IOExceptionpublic static AFUNIXServerSocket bindOn(AFUNIXSocketAddress addr) throws IOException
ServerSocket that is bound to the given
AFUNIXSocketAddress.AFUNIXServerSocket.IOExceptionpublic void bind(SocketAddress endpoint, int backlog) throws IOException
bind in class ServerSocketIOExceptionpublic boolean isBound()
isBound in class ServerSocketpublic Socket accept() throws IOException
accept in class ServerSocketIOExceptionpublic String toString()
toString in class ServerSocketpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ServerSocketIOExceptionpublic static boolean isSupported()
Copyright © 2009–2014 Kohlschütter Search Intelligence. All rights reserved.