Uses of Class
org.ojalgo.netio.ResourceLocator.KeyedValues
-
Packages that use ResourceLocator.KeyedValues Package Description org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.* -
-
Uses of ResourceLocator.KeyedValues in org.ojalgo.netio
Fields in org.ojalgo.netio declared as ResourceLocator.KeyedValues Modifier and Type Field Description static ResourceLocator.KeyedValues
ResourceLocator. DEFAULTS
Default session parametersprivate ResourceLocator.KeyedValues
ResourceLocator.Request. myForm
private ResourceLocator.KeyedValues
ServiceClient.Request. myForm
private ResourceLocator.KeyedValues
ResourceLocator.Session. myParameters
private ResourceLocator.KeyedValues
ServiceClient.Session. myParameters
private ResourceLocator.KeyedValues
ResourceSpecification. myQuery
Methods in org.ojalgo.netio that return ResourceLocator.KeyedValues Modifier and Type Method Description (package private) ResourceLocator.KeyedValues
ServiceClient.Session. getParameters()
Methods in org.ojalgo.netio with parameters of type ResourceLocator.KeyedValues Modifier and Type Method Description private void
ServiceClient.Request. copy(ResourceLocator.KeyedValues sessionParameters)
static ServiceClient.Response<java.lang.String>
ServiceClient. post(java.lang.String url, ResourceLocator.KeyedValues body)
-