Uses of Class
com.openinventor.remoteviz.rendering.HTTPRequest
-
Packages that use HTTPRequest Package Description com.openinventor.remoteviz.rendering Table of Contents -
-
Uses of HTTPRequest in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return HTTPRequest Modifier and Type Method Description static HTTPRequest[]
HTTPRequest. toArray(long nativeArray, long length)
Methods in com.openinventor.remoteviz.rendering with parameters of type HTTPRequest Modifier and Type Method Description HTTPResponse
ServiceListener. onHTTPRequest(HTTPRequest httpRequest)
void
HTTPRequest. setValue(HTTPRequest copyFrom)
Constructors in com.openinventor.remoteviz.rendering with parameters of type HTTPRequest Constructor Description HTTPRequest(HTTPRequest obj)
Copy constructor.
-