Package | Description |
---|---|
org.ojalgo.netio |
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
|
Modifier and Type | Method and Description |
---|---|
ResourceLocator |
ResourceLocator.form(String key,
String value) |
ResourceLocator |
ResourceLocator.fragment(String fragment) |
ResourceLocator |
ResourceLocator.host(String host) |
ResourceLocator |
ResourceLocator.method(ResourceLocator.Method method) |
ResourceLocator |
ResourceLocator.path(String path) |
ResourceLocator |
ResourceLocator.port(int port)
The default (null) value is -1.
|
ResourceLocator |
ResourceLocator.query(String key,
String value) |
ResourceLocator |
ResourceLocator.scheme(String scheme)
Protocol The default value is "https"
|
Copyright © 2019 Optimatika. All rights reserved.