Package org.ojalgo.netio
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) String
getQuery()
(package private) String
getQueryValue
(String key) int
hashCode()
(package private) String
putQueryEntry
(String key, String value) (package private) String
removeQueryEntry
(String key) (package private) ResourceSpecification
setFragment
(String fragment) (package private) ResourceSpecification
(package private) ResourceSpecification
(package private) ResourceSpecification
setPort
(int port) The default (null) value is -1.(package private) ResourceSpecification
(package private) ResourceSpecification
Protocol, the default value is "https"toString()
(package private) URI
toURI()
(package private) URL
toURL()
-
Field Details
-
myFragment
-
myHost
-
myPath
-
myPort
private int myPort -
myQuery
-
myScheme
-
-
Constructor Details
-
Method Details