Uses of Class
org.hcjf.io.net.NetService
-
Packages that use NetService Package Description org.hcjf.io.net -
-
Uses of NetService in org.hcjf.io.net
Methods in org.hcjf.io.net that return NetService Modifier and Type Method Description static NetServiceNetService. getInstance()Return the unique instance of the service.protected NetServiceNetServiceConsumer. getService()Returns the net service instance of the consumer.Methods in org.hcjf.io.net with parameters of type NetService Modifier and Type Method Description voidNetServiceConsumer. setService(NetService service)This method ser the reference to net service, this method only can be called from the net service that will be associated
-