Uses of Class
cc.maria.rdap.bootstrap.DomainBootstrapRegistry
-
Packages that use DomainBootstrapRegistry Package Description cc.maria.rdap.bootstrap -
-
Uses of DomainBootstrapRegistry in cc.maria.rdap.bootstrap
Fields in cc.maria.rdap.bootstrap with type parameters of type DomainBootstrapRegistry Modifier and Type Field Description private static HashMap<jakarta.ws.rs.client.Client,DomainBootstrapRegistry>DomainBootstrapRegistry. instancesMethods in cc.maria.rdap.bootstrap that return DomainBootstrapRegistry Modifier and Type Method Description static DomainBootstrapRegistryDomainBootstrapRegistry. getInstance(jakarta.ws.rs.client.Client client)Get current instance of the wrapperstatic DomainBootstrapRegistryDomainBootstrapRegistry. refresh(jakarta.ws.rs.client.Client client)Throw away the current instance and get a new one with updated bootstrap data
-