Uses of Class
org.restlet.data.Product
-
Packages that use Product Package Description org.restlet.data Information exchanged by components.org.restlet.engine.header Supports HTTP header parsing and formatting. -
-
Uses of Product in org.restlet.data
Fields in org.restlet.data declared as Product Modifier and Type Field Description private ProductClientInfo. agentMainProductThe main product data taken from the agent name.Fields in org.restlet.data with type parameters of type Product Modifier and Type Field Description private java.util.List<Product>ClientInfo. agentProductsThe list of product tokens taken from the agent name.Methods in org.restlet.data that return Product Modifier and Type Method Description ProductClientInfo. 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 voidClientInfo. setAgentProducts(java.util.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 Product Modifier and Type Method Description static java.util.List<Product>ProductReader. read(java.lang.String userAgent)Parses the given user agent String to a list of Product instances.Method parameters in org.restlet.engine.header with type arguments of type Product Modifier and Type Method Description static java.lang.StringProductWriter. write(java.util.List<Product> products)Formats the given List of Products to a String.
-