Uses of Class
one.nio.net.Socket
Packages that use Socket
Package
Description
-
Uses of Socket in one.nio.http
Methods in one.nio.http with parameters of type SocketConstructors in one.nio.http with parameters of type Socket -
Uses of Socket in one.nio.net
Subclasses of Socket in one.nio.netFields in one.nio.net declared as SocketMethods in one.nio.net that return SocketModifier and TypeMethodDescriptionabstract SocketSocket.accept()Socket.acceptNonBlocking()static SocketSocket.bindInet(InetAddress address, int port, int backlog) static Socketstatic SocketSocket.connectInet(InetAddress address, int port) static SocketSocket.connectUnix(File unixPath) static SocketSocket.create()static SocketSocket.createDatagramSocket()static SocketSocket.createServerSocket()static SocketSocket.createUnixSocket(int type) static SocketSocket.fromFD(int fd) final SocketSession.socket()abstract SocketSocket.sslUnwrap()abstract SocketSocket.sslWrap(SslContext context) Methods in one.nio.net with parameters of type SocketConstructors in one.nio.net with parameters of type Socket -
Uses of Socket in one.nio.pool
Methods in one.nio.pool that return SocketMethods in one.nio.pool with parameters of type Socket -
Uses of Socket in one.nio.rpc
Methods in one.nio.rpc with parameters of type SocketConstructors in one.nio.rpc with parameters of type Socket -
Uses of Socket in one.nio.rpc.stream
Fields in one.nio.rpc.stream declared as SocketMethods in one.nio.rpc.stream that return SocketModifier and TypeMethodDescriptionBaseStream.socket()RpcStreamImpl.socket()final SocketStreamProxy.socket()Constructors in one.nio.rpc.stream with parameters of type Socket -
Uses of Socket in one.nio.server
Methods in one.nio.server with parameters of type Socket