Index
A C D E G H I L M N O P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addFactories(Catalog) - Method in class colesico.framework.http.internal.HttpIoclet
C
- colesico.framework.http - module colesico.framework.http
- colesico.framework.http - package colesico.framework.http
- colesico.framework.http.internal - package colesico.framework.http.internal
- CONNECT - Static variable in class colesico.framework.http.HttpMethod
D
- DELETE - Static variable in class colesico.framework.http.HttpMethod
- domain - Variable in class colesico.framework.http.HttpCookie
- dump(Writer) - Method in interface colesico.framework.http.HttpRequest
-
Dump request data to characters output for further logging
- dump(Writer) - Method in interface colesico.framework.http.HttpResponse
-
Dump response data to characters output for further logging
E
- equals(Object) - Method in class colesico.framework.http.HttpMethod
- expires - Variable in class colesico.framework.http.HttpCookie
G
- get(Object) - Method in class colesico.framework.http.HttpValues
- get(String) - Method in interface colesico.framework.http.HttpSession
- GET - Static variable in class colesico.framework.http.HttpMethod
- getAll(Object) - Method in class colesico.framework.http.HttpValues
- getContentType() - Method in interface colesico.framework.http.HttpFile
- getCookies() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only cookies
- getDomain() - Method in class colesico.framework.http.HttpCookie
- getExpires() - Method in class colesico.framework.http.HttpCookie
- getFileName() - Method in interface colesico.framework.http.HttpFile
- getHeaders() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only http headers
- getHost() - Method in interface colesico.framework.http.HttpRequest
- getHttpCode() - Method in exception colesico.framework.http.HttpException
- getHttpContext(ThreadScope) - Method in class colesico.framework.http.internal.HttpProducer
- getHttpContextFactory0() - Method in class colesico.framework.http.internal.HttpIoclet
-
Factory to produce colesico.framework.http.HttpContext class instance Scope: UNSCOPED; Custom: null
- getHttpOnly() - Method in class colesico.framework.http.HttpCookie
- getHttpRequest(HttpContext) - Method in class colesico.framework.http.internal.HttpProducer
- getHttpRequestFactory1() - Method in class colesico.framework.http.internal.HttpIoclet
-
Factory to produce colesico.framework.http.HttpRequest class instance Scope: UNSCOPED; Custom: null
- getHttpResponse(HttpContext) - Method in class colesico.framework.http.internal.HttpProducer
- getHttpResponseFactory2() - Method in class colesico.framework.http.internal.HttpIoclet
-
Factory to produce colesico.framework.http.HttpResponse class instance Scope: UNSCOPED; Custom: null
- getId() - Method in class colesico.framework.http.internal.HttpIoclet
- getInputStream() - Method in interface colesico.framework.http.HttpFile
- getInputStream() - Method in interface colesico.framework.http.HttpRequest
-
Returns body input stream
- getKeys() - Method in class colesico.framework.http.HttpValues
- getName() - Method in class colesico.framework.http.HttpCookie
- getName() - Method in class colesico.framework.http.HttpMethod
- getNames() - Method in interface colesico.framework.http.HttpSession
- getOutputStream() - Method in interface colesico.framework.http.HttpResponse
- getPath() - Method in class colesico.framework.http.HttpCookie
- getPort() - Method in interface colesico.framework.http.HttpRequest
- getPostFiles() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only file model from post map with Content-Type: multipart/form-data
- getPostParameters() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only string parameters model from post map with Content-Type: application/x-www-form-urlencoded or multipart/form-data except files
- getQueryParameters() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only query string parameters
- getQueryString() - Method in interface colesico.framework.http.HttpRequest
- getRequest() - Method in class colesico.framework.http.HttpContext
- getRequestMethod() - Method in interface colesico.framework.http.HttpRequest
-
Returns the http method.
- getRequestScheme() - Method in interface colesico.framework.http.HttpRequest
-
Http map uri protocol string: http, https etc.
- getRequestURI() - Method in interface colesico.framework.http.HttpRequest
-
Part of the query string behind the name of the partition and to the parameters (prior to ? sign).
- getResponse() - Method in class colesico.framework.http.HttpContext
- getSameSite() - Method in class colesico.framework.http.HttpCookie
- getSecure() - Method in class colesico.framework.http.HttpCookie
- getValue() - Method in class colesico.framework.http.HttpCookie
H
- hashCode() - Method in class colesico.framework.http.HttpMethod
- HEAD - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_CONNECT - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_DELETE - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_GET - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_HEAD - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_OPTIONS - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_PATCH - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_POST - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_PUT - Static variable in class colesico.framework.http.HttpMethod
- HTTP_METHOD_TRACE - Static variable in class colesico.framework.http.HttpMethod
- HttpContext - Class in colesico.framework.http
-
Http request tread local metadata.
- HttpContext(HttpRequest, HttpResponse) - Constructor for class colesico.framework.http.HttpContext
- HttpCookie - Class in colesico.framework.http
- HttpCookie() - Constructor for class colesico.framework.http.HttpCookie
- HttpCookie(String, String) - Constructor for class colesico.framework.http.HttpCookie
- HttpCookie.SameSite - Enum in colesico.framework.http
- HttpException - Exception in colesico.framework.http
- HttpException(String, int) - Constructor for exception colesico.framework.http.HttpException
- HttpException(Throwable, int) - Constructor for exception colesico.framework.http.HttpException
- HttpFile - Interface in colesico.framework.http
- HttpIoclet - Class in colesico.framework.http.internal
- HttpIoclet() - Constructor for class colesico.framework.http.internal.HttpIoclet
- HttpMethod - Class in colesico.framework.http
-
Http method type and dictionary
- httpOnly - Variable in class colesico.framework.http.HttpCookie
- HttpProducer - Class in colesico.framework.http.internal
-
Default HTTP producer
- HttpProducer() - Constructor for class colesico.framework.http.internal.HttpProducer
- HttpRequest - Interface in colesico.framework.http
- HttpResponse - Interface in colesico.framework.http
- HttpSession - Interface in colesico.framework.http
-
Session scoped scope
- HttpValues<K,V> - Class in colesico.framework.http
- HttpValues(Map<K, MultiValue<V>>) - Constructor for class colesico.framework.http.HttpValues
I
- invalidate() - Method in interface colesico.framework.http.HttpSession
- isEmpty() - Method in class colesico.framework.http.HttpValues
- isEmpty() - Method in class colesico.framework.http.MultiValue
-
Returns true if this collection contains no elements.
- isResponded() - Method in interface colesico.framework.http.HttpResponse
-
Returns true if the server has sent any data to a client
- iterator() - Method in class colesico.framework.http.MultiValue
L
- LAX - colesico.framework.http.HttpCookie.SameSite
M
- MultiValue<T> - Class in colesico.framework.http
- MultiValue(Collection<T>) - Constructor for class colesico.framework.http.MultiValue
N
- name - Variable in class colesico.framework.http.HttpCookie
O
- of(String) - Static method in class colesico.framework.http.HttpMethod
- OPTIONS - Static variable in class colesico.framework.http.HttpMethod
P
- PATCH - Static variable in class colesico.framework.http.HttpMethod
- path - Variable in class colesico.framework.http.HttpCookie
- POST - Static variable in class colesico.framework.http.HttpMethod
- provide(String, Supplier<?>) - Method in interface colesico.framework.http.HttpSession
- PUT - Static variable in class colesico.framework.http.HttpMethod
R
- release() - Method in interface colesico.framework.http.HttpFile
-
Release server resources which are used to store the file staticres
- remove(String) - Method in interface colesico.framework.http.HttpSession
S
- sameSite - Variable in class colesico.framework.http.HttpCookie
- SCOPE_KEY - Static variable in class colesico.framework.http.HttpContext
- secure - Variable in class colesico.framework.http.HttpCookie
- sendData(ByteBuffer, String, Integer) - Method in interface colesico.framework.http.HttpResponse
-
Send binary response
- sendRedirect(String) - Method in interface colesico.framework.http.HttpResponse
- sendRedirect(String, Integer) - Method in interface colesico.framework.http.HttpResponse
-
Send redirect (Http header Location)
- sendText(String, String, Integer) - Method in interface colesico.framework.http.HttpResponse
-
Send text response
- set(String, Object) - Method in interface colesico.framework.http.HttpSession
- setContenType(String) - Method in interface colesico.framework.http.HttpResponse
- setCookie(HttpCookie) - Method in interface colesico.framework.http.HttpResponse
- setDomain(String) - Method in class colesico.framework.http.HttpCookie
- setExpires(Date) - Method in class colesico.framework.http.HttpCookie
- setHeader(String, String) - Method in interface colesico.framework.http.HttpResponse
- setHttpOnly(Boolean) - Method in class colesico.framework.http.HttpCookie
- setName(String) - Method in class colesico.framework.http.HttpCookie
- setPath(String) - Method in class colesico.framework.http.HttpCookie
- setSameSite(HttpCookie.SameSite) - Method in class colesico.framework.http.HttpCookie
- setSecure(Boolean) - Method in class colesico.framework.http.HttpCookie
- setStatusCode(Integer) - Method in interface colesico.framework.http.HttpResponse
- setValue(String) - Method in class colesico.framework.http.HttpCookie
- size() - Method in class colesico.framework.http.HttpValues
- size() - Method in class colesico.framework.http.MultiValue
- STRICT - colesico.framework.http.HttpCookie.SameSite
T
- toString() - Method in class colesico.framework.http.HttpCookie
- TRACE - Static variable in class colesico.framework.http.HttpMethod
V
- value - Variable in class colesico.framework.http.HttpCookie
- value() - Method in class colesico.framework.http.MultiValue
- valueOf(String) - Static method in enum colesico.framework.http.HttpCookie.SameSite
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum colesico.framework.http.HttpCookie.SameSite
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages