Uses of Class
io.bhagat.server.Server
-
Packages that use Server Package Description io.bhagat.server A package for java servers to serve the contents of this library -
-
Uses of Server in io.bhagat.server
Fields in io.bhagat.server declared as Server Modifier and Type Field Description private ServerServer.ConnectionIndex. parentServerMethods in io.bhagat.server that return Server Modifier and Type Method Description ServerServer.ConnectionIndex. getParentServer()Constructors in io.bhagat.server with parameters of type Server Constructor Description ConnectionIndex(java.net.Socket connection, Server.ServerThread parent, Server parentServer)ServerThread(java.net.Socket socket, Server parentServer)
-