Uses of Class
io.bhagat.server.Client
-
Packages that use Client Package Description io.bhagat.server A package for java servers to serve the contents of this library -
-
Uses of Client in io.bhagat.server
Fields in io.bhagat.server with type parameters of type Client Modifier and Type Field Description private Function<Client,java.lang.Object>Client. callbackMethods in io.bhagat.server that return types with arguments of type Client Modifier and Type Method Description Function<Client,java.lang.Object>Client. getCallback()Method parameters in io.bhagat.server with type arguments of type Client Modifier and Type Method Description voidClient. setCallback(Function<Client,java.lang.Object> callback)
-