- cache(String, Object) - Method in class org.osgl.http.H.Session
-
Store an object into cache using key specified.
- cache(String, Object, int) - Method in class org.osgl.http.H.Session
-
Store an object into cache with expiration specified
- CACHE_CONTROL - Static variable in class org.osgl.http.H.Header.Names
-
"Cache-Control"
- cached(String) - Method in class org.osgl.http.H.Session
-
Retrieve an object from cache by key.
- cached(String, Class<T>) - Method in class org.osgl.http.H.Session
-
Retrieve an object from cache by key.
- cacheFor10Min(String, Object) - Method in class org.osgl.http.H.Session
-
Store an object into cache for 10 minutes
- cacheFor1Hr(String, Object) - Method in class org.osgl.http.H.Session
-
Store an object into cache for 1 hour
- cacheFor1Min(String, Object) - Method in class org.osgl.http.H.Session
-
Store an object into cache for 1 minutes
- cacheFor30Min(String, Object) - Method in class org.osgl.http.H.Session
-
Store an object into cache for 30 minutes
- changed() - Method in class org.osgl.http.H.KV
-
- characterEncoding() - Method in class org.osgl.http.H.Request
-
Returns encoding of the request
- characterEncoding() - Method in class org.osgl.http.H.Response
-
Returns the name of the character encoding (MIME charset) used for the body sent in this response.
- characterEncoding(String) - Method in class org.osgl.http.H.Response
-
Returns the content type used for the MIME body sent in this response.
- characterEncoding() - Method in class org.osgl.http.servlet.ServletResponse
-
- characterEncoding(String) - Method in class org.osgl.http.servlet.ServletResponse
-
- CHECKPOINT - Static variable in class org.osgl.http.H.Status
-
103 Checkpoint.
- CHECKPOINT - Static variable in enum org.osgl.http.H.Status.Code
-
- cleanUp() - Static method in class org.osgl.http.H
-
Clear all current context
- clear() - Method in interface org.osgl.http.CurrentStateStore
-
Clear all current states
- clear() - Method in class org.osgl.http.H.KV
-
Clear the internal data map.
- clear() - Method in class org.osgl.http.util.DefaultCurrentStateStore
-
- clone() - Method in class org.osgl.http.H.Status
-
- close() - Method in class org.osgl.http.H.Response
-
Close output or outputStream or writer opened on this response
- code() - Method in class org.osgl.http.H.Status
-
Returns the int value of the status
- comment() - Method in class org.osgl.http.H.Cookie
-
- comment(String) - Method in class org.osgl.http.H.Cookie
-
- commit() - Method in class org.osgl.http.H.Response
-
Calling this method commits the response, meaning the status code and headers will be written to the client
- commit() - Method in class org.osgl.http.servlet.ServletResponse
-
- compareTo(H.Status) - Method in class org.osgl.http.H.Status
-
- CONFLICT - Static variable in enum org.osgl.http.H.Status.Code
-
- CONFLICT - Static variable in class org.osgl.http.H.Status
-
409 Conflict.
- CONNECTION - Static variable in class org.osgl.http.H.Header.Names
-
"Connection"
- contains(String) - Method in class org.osgl.http.H.KV
-
- containsHeader(String) - Method in class org.osgl.http.H.Response
-
Returns a boolean indicating whether the named response header has already been set.
- containsHeader(String) - Method in class org.osgl.http.servlet.ServletResponse
-
- containsKey(String) - Method in class org.osgl.http.H.KV
-
Returns true if an association with key specified exists in the internal map
- CONTENT_BASE - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Base"
- CONTENT_DISPOSITION - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Disposition"
- CONTENT_ENCODING - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Encoding"
- CONTENT_LANGUAGE - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Language"
- CONTENT_LENGTH - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Length"
- CONTENT_LOCATION - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Location"
- CONTENT_MD5 - Static variable in class org.osgl.http.H.Header.Names
-
"Content-MD5"
- CONTENT_RANGE - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Range"
- CONTENT_SECURITY_POLICY - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Security-Policy"
- CONTENT_TRANSFER_ENCODING - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Transfer-Encoding"
- CONTENT_TYPE - Static variable in class org.osgl.http.H.Header.Names
-
"Content-Type"
- contentDisposition(String, boolean) - Method in class org.osgl.http.H.Response
-
- contentLength() - Method in class org.osgl.http.H.Request
-
Returns the content length of the request
- contentLength(long) - Method in class org.osgl.http.H.Response
-
Set the length of the content to be write to the response
- contentLength(long) - Method in class org.osgl.http.servlet.ServletResponse
-
- contentType() - Method in class org.osgl.http.H.Format
-
Returns the content type string
- contentType() - Method in class org.osgl.http.H.Request
-
Return content type of the request
- contentType(String) - Method in class org.osgl.http.H.Response
-
Sets the content type of the response being sent to the client.
- context(Object) - Method in class org.osgl.http.H.Request
-
Attach a context object to the request instance
- context() - Method in class org.osgl.http.H.Request
-
Get the context object from the request instance
- context(Object) - Method in class org.osgl.http.H.Response
-
Attach a context object to the response instance
- context() - Method in class org.osgl.http.H.Response
-
Get the context object from the response instance
- contextPath() - Method in class org.osgl.http.H.Request
-
Returns the context path of the request.
- contextPath(String) - Static method in class org.osgl.http.HttpConfig
-
Set url context path.
- contextPath() - Static method in class org.osgl.http.HttpConfig
-
- contextPath() - Method in class org.osgl.http.servlet.ServletRequest
-
- CONTINUE - Static variable in enum org.osgl.http.H.Status.Code
-
- CONTINUE - Static variable in class org.osgl.http.H.Status
-
100 Continue.
- Cookie(String) - Constructor for class org.osgl.http.H.Cookie
-
- Cookie(String, String) - Constructor for class org.osgl.http.H.Cookie
-
- Cookie(String, String, String) - Constructor for class org.osgl.http.H.Cookie
-
- Cookie(String, String, int, boolean, String, String, boolean) - Constructor for class org.osgl.http.H.Cookie
-
- COOKIE - Static variable in class org.osgl.http.H.Header.Names
-
"Cookie"
- cookie(String) - Method in class org.osgl.http.H.Request
-
Returns cookie by it’s name
- cookies() - Method in class org.osgl.http.H.Request
-
Returns all cookies of the request in Iterable
- CREATED - Static variable in enum org.osgl.http.H.Status.Code
-
- CREATED - Static variable in class org.osgl.http.H.Status
-
201 Created.
- createInputStream() - Method in class org.osgl.http.H.Request
-
- createInputStream() - Method in class org.osgl.http.servlet.ServletRequest
-
- createOutput() - Method in class org.osgl.http.H.Response
-
- createOutput() - Method in class org.osgl.http.servlet.ServletResponse
-
- createOutputStream() - Method in class org.osgl.http.H.Response
-
- createOutputStream() - Method in class org.osgl.http.servlet.ServletResponse
-
- CSS - Static variable in class org.osgl.http.H.Format
-
The “text/css” content format
- CSV - Static variable in class org.osgl.http.H.Format
-
The “text/csv” content format
- csv - Static variable in class org.osgl.http.H.Format
-
Deprecated.
- CSV - Static variable in class org.osgl.http.H.Format.Ordinal
-
- ctx - Static variable in class org.osgl.http.HttpConfig
-
- current() - Static method in class org.osgl.http.H.Flash
-
Return a flash instance of the current execution context, For example from a
ThreadLocal
- current(H.Flash) - Static method in class org.osgl.http.H.Flash
-
Set a flash instance into the current execution context, for example into a
ThreadLocal
- current() - Static method in class org.osgl.http.H.Request
-
Return a request instance of the current execution context, For example from a
ThreadLocal
- current(T) - Static method in class org.osgl.http.H.Request
-
Set a request instance into the current execution context, for example into a
ThreadLocal
- current() - Static method in class org.osgl.http.H.Response
-
Return a request instance of the current execution context, For example from a
ThreadLocal
- current(T) - Static method in class org.osgl.http.H.Response
-
Set a request instance into the current execution context, for example into a
ThreadLocal
- current() - Static method in class org.osgl.http.H.Session
-
Return a session instance of the current execution context, For example from a
ThreadLocal
- current(H.Session) - Static method in class org.osgl.http.H.Session
-
Set a session instance into the current execution context, for example into a
ThreadLocal
- CurrentStateStore - Interface in org.osgl.http
-
- I_AM_A_TEAPOT - Static variable in enum org.osgl.http.H.Status.Code
-
- I_AM_A_TEAPOT - Static variable in class org.osgl.http.H.Status
-
418 I'm a teapot.
- ICO - Static variable in class org.osgl.http.H.Format
-
- ICO - Static variable in class org.osgl.http.H.Format.Ordinal
-
- id() - Method in class org.osgl.http.H.Session
-
Returns the session identifier
- IF_MATCH - Static variable in class org.osgl.http.H.Header.Names
-
"If-Match"
- IF_MODIFIED_SINCE - Static variable in class org.osgl.http.H.Header.Names
-
"If-Modified-Since"
- IF_NONE_MATCH - Static variable in class org.osgl.http.H.Header.Names
-
"If-None-Match"
- IF_RANGE - Static variable in class org.osgl.http.H.Header.Names
-
"If-Range"
- IF_UNMODIFIED_SINCE - Static variable in class org.osgl.http.H.Header.Names
-
"If-Unmodified-Since"
- IM_USED - Static variable in enum org.osgl.http.H.Status.Code
-
- IM_USED - Static variable in class org.osgl.http.H.Status
-
226 IM Used.
- incr() - Method in class org.osgl.http.H.Cookie
-
- incr(int) - Method in class org.osgl.http.H.Cookie
-
- incr(String) - Method in class org.osgl.http.H.Session
-
Increment the value associated with key by one.
- incr(String, int) - Method in class org.osgl.http.H.Session
-
Increment the value associated with key by n.
- initContentType(String) - Method in class org.osgl.http.H.Response
-
This method set the content type to the response if there is no content type been set already.
- inputStream - Variable in class org.osgl.http.H.Request
-
- inputStream() - Method in class org.osgl.http.H.Request
-
Returns body of the request as binary data using
InputStream
- INSUFFICIENT_STORAGE - Static variable in enum org.osgl.http.H.Status.Code
-
- INSUFFICIENT_STORAGE - Static variable in class org.osgl.http.H.Status
-
507 Insufficient Storage
- INTERNAL_SERVER_ERROR - Static variable in enum org.osgl.http.H.Status.Code
-
- INTERNAL_SERVER_ERROR - Static variable in class org.osgl.http.H.Status
-
500 Internal Server Error.
- ip() - Method in class org.osgl.http.H.Request
-
Returns the remote ip address of this request.
- isAbsoluteUrl(String) - Static method in enum org.osgl.http.util.Path
-
Check if a path is absolute.
- isAjax() - Method in class org.osgl.http.H.Request
-
Check if the request is an ajax call
- isClientError() - Method in class org.osgl.http.H.Status
-
Returns true if the status is client error (4xx)
- isCookieHttpOnly() - Static method in class org.osgl.http.HttpConfig
-
- isCookieSecure() - Static method in class org.osgl.http.HttpConfig
-
Returns the cookie secure configuration
- isEmpty() - Method in class org.osgl.http.H.KV
-
Returns true if internal data map is empty
- isEmpty() - Method in class org.osgl.http.H.Session
-
- isError() - Method in class org.osgl.http.H.Status
-
- isFullUrl(String) - Static method in enum org.osgl.http.util.Path
-
Check if a path is full URL including scheme
- isInformational() - Method in class org.osgl.http.H.Status
-
Returns true if the status is informational series (1xx)
- isModified(String, long) - Method in class org.osgl.http.H.Request
-
Check if the requested resource is modified with etag and last timestamp (usually the timestamp of a static file e.g.)
- isRedirect() - Method in class org.osgl.http.H.Status
-
Returns true if the status is redirect series (3xx)
- isServerError() - Method in class org.osgl.http.H.Status
-
Returns true if the status is server error (5xx)
- isSuccess() - Method in class org.osgl.http.H.Status
-
Returns true if the status is success series (2xx)
- isText() - Method in class org.osgl.http.H.Format
-
- isUnknown() - Method in enum org.osgl.http.H.Method
-
Is this known method?
- isXForwardedAllowed() - Static method in class org.osgl.http.HttpConfig
-
Does the app support x-forwarded headers
- isXForwardedAllowed(String) - Static method in class org.osgl.http.HttpConfig
-
Does the remote address is allowed for x-forwarded header
- paramNames() - Method in class org.osgl.http.H.Request
-
Return all parameter names
- paramNames() - Method in class org.osgl.http.servlet.ServletRequest
-
- paramVal(String) - Method in class org.osgl.http.H.Request
-
Return a request parameter value by name.
- paramVal(String) - Method in class org.osgl.http.servlet.ServletRequest
-
- paramVals(String) - Method in class org.osgl.http.H.Request
-
Returns all values associated with the name specified in the http request.
- paramVals(String) - Method in class org.osgl.http.servlet.ServletRequest
-
- PARTIAL_CONTENT - Static variable in enum org.osgl.http.H.Status.Code
-
- PARTIAL_CONTENT - Static variable in class org.osgl.http.H.Status
-
206 Partial Content.
- password() - Method in class org.osgl.http.H.Request
-
the Http Basic password
- path() - Method in class org.osgl.http.H.Cookie
-
Returns the path on the server to which the browser returns this cookie.
- path(String) - Method in class org.osgl.http.H.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- path() - Method in class org.osgl.http.H.Request
-
Returns the path of the request.
- path() - Method in class org.osgl.http.servlet.ServletCookie
-
- path(String) - Method in class org.osgl.http.servlet.ServletCookie
-
- path() - Method in class org.osgl.http.servlet.ServletRequest
-
- Path - Enum in org.osgl.http.util
-
- PAYLOAD_TOO_LARGE - Static variable in enum org.osgl.http.H.Status.Code
-
- PAYLOAD_TOO_LARGE - Static variable in class org.osgl.http.H.Status
-
- PAYMENT_REQUIRED - Static variable in enum org.osgl.http.H.Status.Code
-
- PAYMENT_REQUIRED - Static variable in class org.osgl.http.H.Status
-
402 Payment Required.
- PDF - Static variable in class org.osgl.http.H.Format.Ordinal
-
- PDF - Static variable in class org.osgl.http.H.Format
-
The “application/pdf” content format
- pdf - Static variable in class org.osgl.http.H.Format
-
Deprecated.
- PERMANENT_REDIRECT - Static variable in enum org.osgl.http.H.Status.Code
-
- PERMANENT_REDIRECT - Static variable in class org.osgl.http.H.Status
-
308 Permanent Redirect.
- PNG - Static variable in class org.osgl.http.H.Format.Ordinal
-
- PNG - Static variable in class org.osgl.http.H.Format
-
- port() - Method in class org.osgl.http.H.Request
-
Returns the port of this request.
- port() - Static method in class org.osgl.http.HttpConfig
-
- PRAGMA - Static variable in class org.osgl.http.H.Header.Names
-
"Pragma"
- PRECONDITION_FAILED - Static variable in enum org.osgl.http.H.Status.Code
-
- PRECONDITION_FAILED - Static variable in class org.osgl.http.H.Status
-
412 Precondition failed.
- PRECONDITION_REQUIRED - Static variable in enum org.osgl.http.H.Status.Code
-
- PRECONDITION_REQUIRED - Static variable in class org.osgl.http.H.Status
-
428 Precondition Required.
- predefined() - Static method in class org.osgl.http.H.Format
-
- predefined() - Static method in class org.osgl.http.H.Status
-
- prepareDownload(String) - Method in class org.osgl.http.H.Response
-
This method will prepare response header for file download.
- printWriter() - Method in class org.osgl.http.H.Response
-
Returns a print writer to write to the response
- PROCESSING - Static variable in enum org.osgl.http.H.Status.Code
-
- PROCESSING - Static variable in class org.osgl.http.H.Status
-
102 Processing.
- PROXY_AUTHENTICATE - Static variable in class org.osgl.http.H.Header.Names
-
"Proxy-Authenticate"
- PROXY_AUTHENTICATION_REQUIRED - Static variable in enum org.osgl.http.H.Status.Code
-
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.osgl.http.H.Status
-
407 Proxy Authentication Required.
- PROXY_AUTHORIZATION - Static variable in class org.osgl.http.H.Header.Names
-
"Proxy-Authorization"
- PROXY_CLIENT_IP - Static variable in class org.osgl.http.H.Header.Names
-
"Proxy-Client-IP"
- PROXY_CONNECTION - Static variable in class org.osgl.http.H.Header.Names
-
"Proxy-Connection"
- put(String, String) - Method in class org.osgl.http.H.Flash
-
Add an attribute to the flash scope.
- put(String, Object) - Method in class org.osgl.http.H.Flash
-
Add an attribute to the flash scope.
- put(String, String) - Method in class org.osgl.http.H.KV
-
Associate a string value with the key specified.
- put(String, Object) - Method in class org.osgl.http.H.KV
-
Associate an Object value’s String representation with the key specified.
- safe() - Method in enum org.osgl.http.H.Method
-
Returns if this http method is safe, meaning it won’t change the state of the server
- scheme() - Method in class org.osgl.http.H.Request
-
Returns the scheme of the request, specifically one of the “http” and “https”
- SEC_WEBSOCKET_ACCEPT - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Accept"
- SEC_WEBSOCKET_KEY - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Key"
- SEC_WEBSOCKET_KEY1 - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Key1"
- SEC_WEBSOCKET_KEY2 - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Key2"
- SEC_WEBSOCKET_LOCATION - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Location"
- SEC_WEBSOCKET_ORIGIN - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Origin"
- SEC_WEBSOCKET_PROTOCOL - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Protocol"
- SEC_WEBSOCKET_VERSION - Static variable in class org.osgl.http.H.Header.Names
-
"Sec-Websocket-Version"
- secure() - Method in class org.osgl.http.H.Cookie
-
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
- secure(boolean) - Method in class org.osgl.http.H.Cookie
-
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
- secure() - Method in class org.osgl.http.H.Request
-
Check if the request was made on a secure channel
- secure - Static variable in class org.osgl.http.HttpConfig
-
- secure(boolean) - Static method in class org.osgl.http.HttpConfig
-
- secure() - Static method in class org.osgl.http.HttpConfig
-
- secure() - Method in class org.osgl.http.servlet.ServletCookie
-
- secure(boolean) - Method in class org.osgl.http.servlet.ServletCookie
-
- secure() - Method in class org.osgl.http.servlet.ServletRequest
-
- securePort - Static variable in class org.osgl.http.HttpConfig
-
- securePort(int) - Static method in class org.osgl.http.HttpConfig
-
- securePort() - Static method in class org.osgl.http.HttpConfig
-
- SEE_OTHER - Static variable in enum org.osgl.http.H.Status.Code
-
- SEE_OTHER - Static variable in class org.osgl.http.H.Status
-
303 See Other.
- sendError(int, String) - Method in class org.osgl.http.H.Response
-
Sends an error response to the client using the specified status.
- sendError(int, String, Object...) - Method in class org.osgl.http.H.Response
-
- sendError(int) - Method in class org.osgl.http.H.Response
-
Sends an error response to the client using the specified status code and clearing the buffer.
- sendError(int, String) - Method in class org.osgl.http.servlet.ServletResponse
-
- sendError(int) - Method in class org.osgl.http.servlet.ServletResponse
-
- sendRedirect(String) - Method in class org.osgl.http.H.Response
-
Sends a temporary redirect response to the client using the specified redirect location URL.
- sendRedirect(String) - Method in class org.osgl.http.servlet.ServletResponse
-
- serialize(String) - Method in class org.osgl.http.H.Flash
-
Serialize this Flash instance into a Cookie.
- serialize(String) - Method in class org.osgl.http.H.Session
-
Serialize this session into a cookie.
- SERVER - Static variable in class org.osgl.http.H.Header.Names
-
"Server"
- SERVICE_UNAVAILABLE - Static variable in enum org.osgl.http.H.Status.Code
-
- SERVICE_UNAVAILABLE - Static variable in class org.osgl.http.H.Status
-
503 Service Unavailable.
- ServletCookie - Class in org.osgl.http.servlet
-
- ServletCookie(Cookie) - Constructor for class org.osgl.http.servlet.ServletCookie
-
- ServletRequest - Class in org.osgl.http.servlet
-
- ServletRequest(HttpServletRequest) - Constructor for class org.osgl.http.servlet.ServletRequest
-
- ServletResponse - Class in org.osgl.http.servlet
-
- ServletResponse(HttpServletResponse) - Constructor for class org.osgl.http.servlet.ServletResponse
-
- session() - Method in interface org.osgl.http.CurrentStateStore
-
Get current session.
- session(H.Session) - Method in interface org.osgl.http.CurrentStateStore
-
Store session as current state.
- Session() - Constructor for class org.osgl.http.H.Session
-
- session() - Method in class org.osgl.http.util.DefaultCurrentStateStore
-
- session(H.Session) - Method in class org.osgl.http.util.DefaultCurrentStateStore
-
- sessionCache() - Static method in class org.osgl.http.HttpConfig
-
- SET_COOKIE - Static variable in class org.osgl.http.H.Header.Names
-
"Set-Cookie"
- SET_COOKIE2 - Static variable in class org.osgl.http.H.Header.Names
-
"Set-Cookie2"
- setCookieHttpOnly(boolean) - Static method in class org.osgl.http.HttpConfig
-
- setCookieSecure(boolean) - Static method in class org.osgl.http.HttpConfig
-
Configure cookie secure
- setCurrentStateStore(CurrentStateStore) - Static method in class org.osgl.http.HttpConfig
-
- setExtensiveRemoteAddrResolving(boolean) - Static method in class org.osgl.http.HttpConfig
-
- setSessionCache(CacheService) - Static method in class org.osgl.http.HttpConfig
-
- setXForwardedAllowed(String) - Static method in class org.osgl.http.HttpConfig
-
Set allowed proxy ips for x-forwarded headers
- size() - Method in class org.osgl.http.H.KV
-
Returns the number of assoications stored in the internal map
- status(int) - Method in class org.osgl.http.H.Response
-
Sets the status code for this response.
- status(H.Status) - Method in class org.osgl.http.H.Response
-
Sets the status for this response.
- status(int) - Static method in class org.osgl.http.H
-
- status(int) - Method in class org.osgl.http.servlet.ServletResponse
-
- statusCode() - Method in class org.osgl.http.H.Response
-
Get the status code of this response.
- statusCode() - Method in class org.osgl.http.servlet.ServletResponse
-
- success(String) - Method in class org.osgl.http.H.Flash
-
Add a “success” message to the flash scope
- success(String, Object...) - Method in class org.osgl.http.H.Flash
-
Add a “success” message to the flash scope, with optional format arguments
- success() - Method in class org.osgl.http.H.Flash
-
Get the “success” message that has been added to the flash scope.
- SVG - Static variable in class org.osgl.http.H.Format.Ordinal
-
- SVG - Static variable in class org.osgl.http.H.Format
-
- SWITCH_PROXY - Static variable in enum org.osgl.http.H.Status.Code
-
- SWITCH_PROXY - Static variable in class org.osgl.http.H.Status
-
306 Switch Proxy
- SWITCHING_PROTOCOLS - Static variable in enum org.osgl.http.H.Status.Code
-
- SWITCHING_PROTOCOLS - Static variable in class org.osgl.http.H.Status
-
101 Switching Protocols.
- value() - Method in class org.osgl.http.H.Cookie
-
Returns the value of the cookie
- value(String) - Method in class org.osgl.http.H.Cookie
-
Set a value to a cookie and the return this cookie
- value() - Method in class org.osgl.http.H.Header
-
- value() - Method in class org.osgl.http.servlet.ServletCookie
-
- value(String) - Method in class org.osgl.http.servlet.ServletCookie
-
- valueOf(String) - Static method in enum org.osgl.http.H.Cookie.F
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.osgl.http.H.Format
-
- valueOf(String, String) - Static method in class org.osgl.http.H.Format
-
- valueOf(String) - Static method in enum org.osgl.http.H.MediaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.osgl.http.H.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.osgl.http.H.Status.Code
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class org.osgl.http.H.Status
-
- valueOf(String) - Static method in enum org.osgl.http.util.Path
-
Returns the enum constant of this type with the specified name.
- valueOfIgnoreCase(String) - Static method in enum org.osgl.http.H.Method
-
Returns an HTTP Method enum corresponding to the method string.
- values() - Static method in enum org.osgl.http.H.Cookie.F
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in class org.osgl.http.H.Format
-
Deprecated.
- values() - Method in class org.osgl.http.H.Header
-
- values() - Static method in enum org.osgl.http.H.MediaType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.osgl.http.H.Method
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.osgl.http.H.Status.Code
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.osgl.http.util.Path
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VARIANT_ALSO_NEGOTIATES - Static variable in enum org.osgl.http.H.Status.Code
-
- VARIANT_ALSO_NEGOTIATES - Static variable in class org.osgl.http.H.Status
-
506 Variant Also Negotiates
- VARY - Static variable in class org.osgl.http.H.Header.Names
-
"Vary"
- version() - Method in class org.osgl.http.H.Cookie
-
Returns the version of the protocol this cookie complies with.
- version(int) - Method in class org.osgl.http.H.Cookie
-
Sets the version of the cookie protocol that this Cookie complies with.
- VERSION - Static variable in class org.osgl.http.H
-
- VIA - Static variable in class org.osgl.http.H.Header.Names
-
"Via"