Uses of Class
io.bhagat.server.Server.ConnectionIndex
-
Packages that use Server.ConnectionIndex Package Description io.bhagat.server A package for java servers to serve the contents of this library -
-
Uses of Server.ConnectionIndex in io.bhagat.server
Fields in io.bhagat.server declared as Server.ConnectionIndex Modifier and Type Field Description private Server.ConnectionIndexServer.ServerThread. connectionIndexFields in io.bhagat.server with type parameters of type Server.ConnectionIndex Modifier and Type Field Description private Function<Server.ConnectionIndex,java.lang.Object>Server. callbackMethods in io.bhagat.server that return Server.ConnectionIndex Modifier and Type Method Description Server.ConnectionIndexServer.ServerThread. getConnectionIndex()Methods in io.bhagat.server that return types with arguments of type Server.ConnectionIndex Modifier and Type Method Description Function<Server.ConnectionIndex,java.lang.Object>Server. getCallback()Methods in io.bhagat.server with parameters of type Server.ConnectionIndex Modifier and Type Method Description voidServer.ServerThread. setConnectionIndex(Server.ConnectionIndex connectionIndex)Method parameters in io.bhagat.server with type arguments of type Server.ConnectionIndex Modifier and Type Method Description voidServer. setCallback(Function<Server.ConnectionIndex,java.lang.Object> callback)
-