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_SSL, SOL_TCP, SOL_UDP, SSL_SESSION, SSL_SESSION_REUSED, SSL_SESSION_TICKET| 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, getLocalAddress, getOption, getRemoteAddress, getSslContext, 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.