public class LocalServerSocket extends Object
| Constructor and Description |
|---|
LocalServerSocket(FileDescriptor fd) |
LocalServerSocket(String name) |
| Modifier and Type | Method and Description |
|---|---|
LocalSocket |
accept() |
void |
close() |
FileDescriptor |
getFileDescriptor() |
LocalSocketAddress |
getLocalSocketAddress() |
public LocalServerSocket(String name) throws IOException
IOExceptionpublic LocalServerSocket(FileDescriptor fd) throws IOException
IOExceptionpublic LocalSocketAddress getLocalSocketAddress()
public LocalSocket accept() throws IOException
IOExceptionpublic FileDescriptor getFileDescriptor()
public void close()
throws IOException
IOExceptionCopyright © 2008-2013. All Rights Reserved.