Class ResourceSpecification
java.lang.Object
org.ojalgo.netio.ResourceSpecification
ResourceSpecification - it's a URI/URL builder.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean(package private) StringgetQuery()(package private) StringgetQueryValue(String key) inthashCode()(package private) StringputQueryEntry(String key, String value) (package private) StringremoveQueryEntry(String key) (package private) ResourceSpecificationsetFragment(String fragment) (package private) ResourceSpecification(package private) ResourceSpecification(package private) ResourceSpecificationsetPort(int port) The default (null) value is -1.(package private) ResourceSpecification(package private) ResourceSpecificationProtocol, the default value is "https"toString()(package private) URItoURI()(package private) URLtoURL()
-
Field Details
-
myFragment
-
myHost
-
myPath
-
myPort
private int myPort -
myQuery
-
myScheme
-
-
Constructor Details
-
Method Details