Uses of Class
com.openinventor.remoteviz.rendering.HTTPHeaders
Packages that use HTTPHeaders
-
Uses of HTTPHeaders in com.openinventor.remoteviz.rendering
Methods in com.openinventor.remoteviz.rendering that return HTTPHeadersModifier and TypeMethodDescriptionHTTPRequest.getHeaders()
Returns HTTP headers.HTTPResponse.getHeaders()
Returns HTTP headers.Constructors in com.openinventor.remoteviz.rendering with parameters of type HTTPHeadersModifierConstructorDescriptionHTTPHeaders
(HTTPHeaders obj) Copy constructor.HTTPRequest
(String method, String uri, int versionMajor, int versionMinor, HTTPHeaders headers) Creates a HTTP request with the given method, URI (Uniform Resource Identifier), version and headers.HTTPResponse
(HTTPResponse.HTTPStatus statusCode, String reason, String body, int versionMajor, int versionMinor, HTTPHeaders headers) Creates a HTTP response with the given status, reason phrase, message body data, version and headers.