Uses of Class
org.glassfish.admin.rest.client.RestClientBase
-
Packages that use RestClientBase Package Description org.glassfish.admin.rest.client -
-
Uses of RestClientBase in org.glassfish.admin.rest.client
Subclasses of RestClientBase in org.glassfish.admin.rest.client Modifier and Type Class Description classRestLeafclassRestLeafCollectionFields in org.glassfish.admin.rest.client declared as RestClientBase Modifier and Type Field Description protected RestClientBaseRestClientBase. parentMethods in org.glassfish.admin.rest.client that return RestClientBase Modifier and Type Method Description protected RestClientBaseRestClientBase. getParent()Constructors in org.glassfish.admin.rest.client with parameters of type RestClientBase Constructor Description RestClientBase(jakarta.ws.rs.client.Client c, RestClientBase p)RestLeaf(jakarta.ws.rs.client.Client c, RestClientBase p)RestLeafCollection(jakarta.ws.rs.client.Client c, RestClientBase p)
-