Uses of Class
one.nio.net.Socket
-
Packages that use Socket Package Description one.nio.http one.nio.net one.nio.pool one.nio.rpc one.nio.rpc.stream one.nio.server -
-
Uses of Socket in one.nio.http
Methods in one.nio.http with parameters of type Socket Modifier and Type Method Description HttpSessionHttpServer. createSession(Socket socket)Constructors in one.nio.http with parameters of type Socket Constructor Description HttpSession(Socket socket, HttpServer server) -
Uses of Socket in one.nio.net
Subclasses of Socket in one.nio.net Modifier and Type Class Description classSelectableJavaSocketFields in one.nio.net declared as Socket Modifier and Type Field Description protected SocketSession. socketMethods in one.nio.net that return Socket Modifier and Type Method Description abstract SocketSocket. accept()SocketSocket. acceptNonBlocking()static SocketSocket. bindInet(InetAddress address, int port, int backlog)static SocketSocket. bindUnix(File unixPath, int backlog)static 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)SocketSession. socket()abstract SocketSocket. sslUnwrap()abstract SocketSocket. sslWrap(SslContext context)Methods in one.nio.net with parameters of type Socket Modifier and Type Method Description voidHttpProxy. connect(Socket socket, String host, int port)voidProxy. connect(Socket socket, String host, int port)voidSocksProxy. connect(Socket socket, String host, int port)static InetSocketAddressProxyProtocol. parse(Socket socket, byte[] buffer)intSession.ArrayQueueItem. write(Socket socket)abstract intSession.QueueItem. write(Socket socket)Constructors in one.nio.net with parameters of type Socket Constructor Description Session(Socket socket)Session(Socket socket, int eventsToListen) -
Uses of Socket in one.nio.pool
Methods in one.nio.pool that return Socket Modifier and Type Method Description SocketSocketPool. createObject()Methods in one.nio.pool with parameters of type Socket Modifier and Type Method Description voidSocketPool. destroyObject(Socket socket) -
Uses of Socket in one.nio.rpc
Methods in one.nio.rpc with parameters of type Socket Modifier and Type Method Description RpcSession<S,?>RpcServer. createSession(Socket socket)Constructors in one.nio.rpc with parameters of type Socket Constructor Description RpcSession(Socket socket, RpcServer<S> server) -
Uses of Socket in one.nio.rpc.stream
Fields in one.nio.rpc.stream declared as Socket Modifier and Type Field Description protected SocketRpcStreamImpl. socketMethods in one.nio.rpc.stream that return Socket Modifier and Type Method Description SocketBaseStream. socket()SocketRpcStreamImpl. socket()SocketStreamProxy. socket()Constructors in one.nio.rpc.stream with parameters of type Socket Constructor Description RpcStreamImpl(Socket socket) -
Uses of Socket in one.nio.server
Methods in one.nio.server with parameters of type Socket Modifier and Type Method Description protected SessionServer. createSession(Socket socket)
-