public class UnixServerSocketChannel extends AbstractNativeServerSocketChannel
Modifier and Type | Method and Description |
---|---|
UnixSocketChannel |
accept() |
UnixSocketAddress |
getLocalSocketAddress() |
UnixSocketAddress |
getRemoteSocketAddress() |
static UnixServerSocketChannel |
open() |
UnixServerSocket |
socket() |
implCloseSelectableChannel
getFD, implConfigureBlocking, validOps
blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, register
begin, close, end, isOpen
public static UnixServerSocketChannel open() throws java.io.IOException
java.io.IOException
public UnixSocketChannel accept() throws java.io.IOException
java.io.IOException
public final UnixServerSocket socket()
public final UnixSocketAddress getRemoteSocketAddress()
public final UnixSocketAddress getLocalSocketAddress()
Copyright © 2021. All Rights Reserved.