Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.assist - package colesico.framework.http.assist
- colesico.framework.http.internal - package colesico.framework.http.internal
- CONNECT - Static variable in class colesico.framework.http.HttpMethod
- CookieFactory - Interface in colesico.framework.http
- create(String, String) - Method in interface colesico.framework.http.CookieFactory
D
- DEFAULT_PATH - Static variable in interface colesico.framework.http.HttpCookie
- DELETE - Static variable in class colesico.framework.http.HttpMethod
- 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
- export() - Method in class colesico.framework.http.HttpValues
G
- get(String) - Method in interface colesico.framework.http.HttpSession
- get(K) - Method in class colesico.framework.http.HttpValues
-
Returns first value associated with given key or null.
- GET - Static variable in class colesico.framework.http.HttpMethod
- getAll(K) - Method in class colesico.framework.http.HttpValues
-
Returns all values associated with given key or null.
- getContentType() - Method in interface colesico.framework.http.HttpFile
- getCookies() - Method in interface colesico.framework.http.HttpRequest
-
Returns read-only cookies
- getDomain() - Method in interface colesico.framework.http.HttpCookie
- getExpires() - Method in interface 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
-
Requested host
- 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 interface 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
- getMaxAge() - Method in interface colesico.framework.http.HttpCookie
- getName() - Method in interface 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 interface colesico.framework.http.HttpCookie
- getPort() - Method in interface colesico.framework.http.HttpRequest
-
Requested port
- 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
-
Query URL part after '?' char
- 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 protocol string: http, https etc.
- getRequestURI() - Method in interface colesico.framework.http.HttpRequest
-
The part of request's URL from the domain(port) name up to the query string
- getResponse() - Method in class colesico.framework.http.HttpContext
- getSameSite() - Method in interface colesico.framework.http.HttpCookie
- getSecure() - Method in interface colesico.framework.http.HttpCookie
- getStatusCode() - Method in exception colesico.framework.http.HttpException
- getValue() - Method in interface colesico.framework.http.HttpCookie
H
- hashCode() - Method in class colesico.framework.http.HttpMethod
- hasKey(K) - Method in class colesico.framework.http.HttpValues
- 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
-
Contains data relating to the current http request processing.
- HttpContext(HttpRequest, HttpResponse) - Constructor for class colesico.framework.http.HttpContext
- HttpCookie - Interface in colesico.framework.http
-
Common http cookie.
- HttpCookie.SameSite - Enum Class 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
- HttpMethod(String) - Constructor for class colesico.framework.http.HttpMethod
- 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
-
Http request model
- HttpResponse - Interface in colesico.framework.http
- HttpSession - Interface in colesico.framework.http
-
Session scoped scope
- HttpUtils - Class in colesico.framework.http.assist
- HttpUtils() - Constructor for class colesico.framework.http.assist.HttpUtils
- HttpValues<K,
V> - Class in colesico.framework.http -
Represents http values map
- HttpValues(Map<K, MultiValue<V>>) - Constructor for class colesico.framework.http.HttpValues
I
- invalidate() - Method in interface colesico.framework.http.HttpSession
- is(String) - Method in class colesico.framework.http.HttpMethod
- 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 - Enum constant in enum class colesico.framework.http.HttpCookie.SameSite
M
- MultiValue<T> - Class in colesico.framework.http
- MultiValue(Collection<T>) - Constructor for class colesico.framework.http.MultiValue
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
- 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
- SCOPE_KEY - Static variable in class colesico.framework.http.HttpContext
- 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
- setCookies(HttpResponse, Set<HttpCookie>) - Static method in class colesico.framework.http.assist.HttpUtils
- setDomain(String) - Method in interface colesico.framework.http.HttpCookie
- setExpires(Date) - Method in interface colesico.framework.http.HttpCookie
- setHeader(String, String) - Method in interface colesico.framework.http.HttpResponse
- setHeaders(HttpResponse, Map<String, List<String>>) - Static method in class colesico.framework.http.assist.HttpUtils
- setHttpOnly(Boolean) - Method in interface colesico.framework.http.HttpCookie
- setMaxAge(Integer) - Method in interface colesico.framework.http.HttpCookie
- setPath(String) - Method in interface colesico.framework.http.HttpCookie
- setRequest(HttpRequest) - Method in class colesico.framework.http.HttpContext
-
Replaces context request with given one.
- setResponse(HttpResponse) - Method in class colesico.framework.http.HttpContext
- setSameSite(HttpCookie.SameSite) - Method in interface colesico.framework.http.HttpCookie
- setSecure(Boolean) - Method in interface colesico.framework.http.HttpCookie
- setStatusCode(Integer) - Method in interface colesico.framework.http.HttpResponse
- setValue(String) - Method in interface colesico.framework.http.HttpCookie
- size() - Method in class colesico.framework.http.HttpValues
- size() - Method in class colesico.framework.http.MultiValue
- STRICT - Enum constant in enum class colesico.framework.http.HttpCookie.SameSite
T
- toString() - Method in class colesico.framework.http.HttpMethod
- TRACE - Static variable in class colesico.framework.http.HttpMethod
V
- value() - Method in class colesico.framework.http.MultiValue
- valueOf(String) - Static method in enum class colesico.framework.http.HttpCookie.SameSite
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class colesico.framework.http.HttpCookie.SameSite
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form