public abstract class SelectableJavaSocket extends Socket
IPTOS_LOWDELAY, IPTOS_MINCOST, IPTOS_RELIABILITY, IPTOS_THROUGHPUT, MSG_DONTROUTE, MSG_DONTWAIT, MSG_MORE, MSG_OOB, MSG_PEEK, MSG_TRUNC, MSG_WAITALL, SOL_IP, SOL_IPV6, SOL_SOCKET, SOL_TCP, SOL_UDP| Constructor and Description |
|---|
SelectableJavaSocket() |
| Modifier and Type | Method and Description |
|---|---|
abstract SelectableChannel |
getSelectableChannel() |
accept, acceptNonBlocking, bind, bind, bindInet, bindUnix, close, connect, connect, connectInet, connectUnix, create, createDatagramSocket, createServerSocket, fromFD, getDeferAccept, getKeepAlive, getLocalAddress, getNoDelay, getOption, getRecvBuffer, getRemoteAddress, getReuseAddr, getReusePort, getSendBuffer, getSslContext, getSslOption, getTcpFastOpen, getTimeout, getTos, isBlocking, isOpen, listen, read, read, readFully, readRaw, recv, send, sendFile, setBlocking, setDeferAccept, setKeepAlive, setNoDelay, setOption, setRecvBuffer, setReuseAddr, setSendBuffer, setTcpFastOpen, setTimeout, setTos, sslUnwrap, sslWrap, write, write, writeFully, writeRawclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreadwritepublic abstract SelectableChannel getSelectableChannel()
Copyright © 2019. All rights reserved.