Class ResourceLocator.Request
java.lang.Object
org.ojalgo.netio.ResourceLocator.Request
- All Implemented Interfaces:
BasicLogger.Printable
- Enclosing class:
ResourceLocator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ResourceLocator.KeyedValuesprivate ResourceLocator.Methodprivate final ResourceSpecificationprivate final ResourceLocator.Session -
Constructor Summary
ConstructorsConstructorDescriptionRequest(ResourceLocator.Session session) Request(ResourceLocator.Session session, URL url) -
Method Summary
Modifier and TypeMethodDescription(package private) voidconfigure(HttpURLConnection connection) boolean(package private) Stringform()getFormValue(String key) getQueryValue(String key) (package private) ResourceLocator.SessioninthashCode()method(ResourceLocator.Method method) (package private) URLConnectionport(int port) The default (null) value is -1.voidprint(BasicLogger receiver) private Stringquery()response()Protocol The default value is "https"toString()private URLtoURL()
-
Field Details
-
myForm
-
myMethod
-
myResourceSpecification
-
mySession
-
-
Constructor Details
-
Request
Request(ResourceLocator.Session session) -
Request
Request(ResourceLocator.Session session, URL url)
-
-
Method Details
-
equals
-
form
-
form
-
fragment
-
getFormValue
-
getQueryValue
-
hashCode
-
host
-
method
-
path
-
port
The default (null) value is -1. -
print
- Specified by:
printin interfaceBasicLogger.Printable
-
query
-
query
-
response
-
scheme
Protocol The default value is "https" -
toString
-
query
-
toURL
-
configure
-
form
String form() -
getSession
ResourceLocator.Session getSession() -
newConnection
URLConnection newConnection()
-