public class UnixServerSocketChannel extends AbstractNativeServerSocketChannel
| Modifier and Type | Method and Description |
|---|---|
UnixSocketChannel |
accept() |
UnixSocketAddress |
getLocalSocketAddress() |
UnixSocketAddress |
getRemoteSocketAddress() |
static UnixServerSocketChannel |
open() |
UnixServerSocket |
socket() |
implCloseSelectableChannelgetFD, implConfigureBlocking, validOpsblockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, registerbegin, close, end, isOpenpublic static UnixServerSocketChannel open() throws java.io.IOException
java.io.IOExceptionpublic UnixSocketChannel accept() throws java.io.IOException
java.io.IOExceptionpublic final UnixServerSocket socket()
public final UnixSocketAddress getRemoteSocketAddress()
public final UnixSocketAddress getLocalSocketAddress()
Copyright © 2023. All Rights Reserved.