Uses of Class
org.ojalgo.netio.ResourceLocator
-
Packages that use ResourceLocator 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 in org.ojalgo.netio
Methods in org.ojalgo.netio that return ResourceLocator Modifier and Type Method Description ResourceLocatorResourceLocator. form(java.lang.String key, java.lang.String value)ResourceLocatorResourceLocator. fragment(java.lang.String fragment)ResourceLocatorResourceLocator. host(java.lang.String host)ResourceLocatorResourceLocator. method(ResourceLocator.Method method)ResourceLocatorResourceLocator. path(java.lang.String path)ResourceLocatorResourceLocator. port(int port)The default (null) value is -1.ResourceLocatorResourceLocator. query(java.lang.String key, java.lang.String value)ResourceLocatorResourceLocator. scheme(java.lang.String scheme)Protocol The default value is "https"
-