Package org.ojalgo.netio
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.KeyedValues
private ResourceLocator.Method
private final ResourceSpecification
private final ResourceLocator.Session
-
Constructor Summary
ConstructorsConstructorDescriptionRequest
(ResourceLocator.Session session) Request
(ResourceLocator.Session session, URL url) -
Method Summary
Modifier and TypeMethodDescription(package private) void
configure
(HttpURLConnection connection) boolean
(package private) String
form()
getFormValue
(String key) getQueryValue
(String key) (package private) ResourceLocator.Session
int
hashCode()
method
(ResourceLocator.Method method) (package private) URLConnection
port
(int port) The default (null) value is -1.void
print
(BasicLogger receiver) private String
query()
response()
Protocol The default value is "https"toString()
private URL
toURL()
-
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
public int hashCode() -
host
-
method
-
path
-
port
The default (null) value is -1. -
print
- Specified by:
print
in 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()
-