Uses of Class
org.restlet.data.Product
Packages that use Product
Package
Description
Information exchanged by components.
Supports HTTP header parsing and formatting.
-
Uses of Product in org.restlet.data
Methods in org.restlet.data that return ProductModifier and TypeMethodDescriptionClientInfo.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 ProductModifier and TypeMethodDescriptionClientInfo.getAgentProducts()Returns the list of product tokens from the user agent name.Method parameters in org.restlet.data with type arguments of type ProductModifier and TypeMethodDescriptionvoidClientInfo.setAgentProducts(List<Product> agentProducts) Sets the list of product tokens from the user agent name. -
Uses of Product in org.restlet.engine.header
Methods in org.restlet.engine.header that return types with arguments of type ProductModifier and TypeMethodDescriptionParses the given user agent String to a list of Product instances.Method parameters in org.restlet.engine.header with type arguments of type Product