Uses of Class
org.restlet.data.Product
-
Packages that use Product Package Description org.restlet.data Information exchanged by components. -
-
Uses of Product in org.restlet.data
Methods in org.restlet.data that return Product Modifier and Type Method Description Product
ClientInfo. getMainAgentProduct()
Returns a Product object based on the name of the user agent.Methods in org.restlet.data that return types with arguments of type Product Modifier and Type Method Description java.util.List<Product>
ClientInfo. getAgentProducts()
Returns the list of product tokens from the user agent name.Method parameters in org.restlet.data with type arguments of type Product Modifier and Type Method Description void
ClientInfo. setAgentProducts(java.util.List<Product> agentProducts)
Sets the list of product tokens from the user agent name.
-