Index

A B C D E F G H I K L M P Q R S T U V 
All Classes|All Packages

A

add(Header...) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Adds the specified headers.
add(Header...) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Adds the specified trailers.
add(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Adds a header with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Adds a trailer with the specified name and value.
addCookie(String, String) - Method in interface io.inverno.mod.http.server.ResponseCookies
Adds a cookie with the specified name and value.
addCookie(Consumer<SetCookie.Configurator>) - Method in interface io.inverno.mod.http.server.ResponseCookies
Adds a cookie created with the specified configurer.

B

Bean() - Constructor for class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
 
body() - Method in interface io.inverno.mod.http.server.Request
Returns the request body used to consume request payload.
body() - Method in interface io.inverno.mod.http.server.Response
Returns the response body used to produce response payload.
Builder(ResourceService, NetService) - Constructor for class io.inverno.mod.http.server.Server.Builder
 

C

comment(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
Sets the event comment.
compression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTP compression.
compression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
compression_level() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The HTTP compression level.
compression_level(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
contains(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Determines whether a header with the specified name is present.
contains(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Determines whether a header with the specified name is present.
contains(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Determines whether a header with the specified name is present.
contains(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Determines whether a trailer with the specified name is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Determines whether a header with the specified name and value is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Determines whether a header with the specified name and value is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Determines whether a header with the specified name and value is present.
contains(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Determines whether a trailer with the specified name and value is present.
contains(String) - Method in interface io.inverno.mod.http.server.QueryParameters
Determines whether a parameter with the specified name is present.
contains(String) - Method in interface io.inverno.mod.http.server.RequestCookies
Determines whether a cookie with the specified name is present.
contentLength(long) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the response content length.
contentType(String) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the response content type header field value.
cookies() - Method in interface io.inverno.mod.http.server.Request
Returns the cookies sent in the request.
cookies(Consumer<ResponseCookies>) - Method in interface io.inverno.mod.http.server.Response
Configures the cookies to set in the response.
create() - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
Creates an empty server-sent event.
create(Consumer<B>) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.EventFactory
Creates a server-sent event with the specified configurer.

D

decompression_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTP decompression.
decompression_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
doBuild() - Method in class io.inverno.mod.http.server.Server.Builder
 

E

empty() - Method in interface io.inverno.mod.http.server.ResponseBody
Produces an empty payload.
ErrorExchange<A extends Throwable> - Interface in io.inverno.mod.http.server
Represents a failing server exchange.
ErrorExchangeHandler<A extends Throwable,​B extends ErrorExchange<A>> - Interface in io.inverno.mod.http.server
Exchange handler used to handle error server exchanges.
errorHandler() - Method in class io.inverno.mod.http.server.Server
 
event(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
Sets the type of event.
Exchange - Interface in io.inverno.mod.http.server
Represents a server exchange between a client and a server.
ExchangeHandler<A extends Exchange> - Interface in io.inverno.mod.http.server
An exchange handler is used to handle server exchanges.

F

from(BiConsumer<C, ResponseData<B>>) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse
Sets the server-sent events stream in the specified consumer using the server-sent event factory to create events and the server-sent events producer to sets the stream of events.

G

get(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the value of the header with the specified name.
get(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the value of the header with the specified name.
get(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the value of the header with the specified name.
get(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns the value of the trailer with the specified name.
get(String) - Method in interface io.inverno.mod.http.server.QueryParameters
Returns the query parameter with the specified name.
get(String) - Method in interface io.inverno.mod.http.server.RequestCookies
Returns the cookie with the specified name.
getAll() - Method in interface io.inverno.mod.http.server.PartHeaders
Returns all headers in the part.
getAll() - Method in interface io.inverno.mod.http.server.QueryParameters
Returns all query parameters sent in the request.
getAll() - Method in interface io.inverno.mod.http.server.RequestCookies
Returns all cookies sent in the request.
getAll() - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns all headers in the request.
getAll() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns all headers in the response.
getAll() - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns all trailers in the response.
getAll(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the values of all headers with the specified name.
getAll(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the values of all headers with the specified name.
getAll(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the values of all headers with the specified name.
getAll(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns the values of all trailers with the specified name.
getAll(String) - Method in interface io.inverno.mod.http.server.QueryParameters
Returns all query parameters with the specified name.
getAll(String) - Method in interface io.inverno.mod.http.server.RequestCookies
Returns all cookies with the specified name.
getAllHeader() - Method in interface io.inverno.mod.http.server.PartHeaders
Decodes and returns all headers in the part.
getAllHeader() - Method in interface io.inverno.mod.http.server.RequestHeaders
Decodes and returns all headers in the request.
getAllHeader() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Decodes and returns all headers in the response.
getAllHeader() - Method in interface io.inverno.mod.http.server.ResponseTrailers
Decodes and returns all trailers in the response.
getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Decodes and returns all headers with the specified name.
getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Decodes and returns all headers with the specified name.
getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Decodes and returns all headers with the specified name.
getAllHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Decodes and returns all trailers with the specified name.
getAllParameter() - Method in interface io.inverno.mod.http.server.PartHeaders
Returns all headers in the part as parameters.
getAllParameter() - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns all headers in the request as parameters.
getAllParameter() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns all headers in the response as parameters.
getAllParameter() - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns all trailers in the response as parameters.
getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Returns all headers with the specified name as parameters.
getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns all headers with the specified name as parameters.
getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns all headers with the specified name as parameters.
getAllParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns all trailers with the specified name as parameters.
getAuthority() - Method in interface io.inverno.mod.http.server.Request
Returns the request authority.
getContentLength() - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the part's content length.
getContentLength() - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the content length of the request.
getContentType() - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the part's content type header field value.
getContentType() - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the content type header field value of the request.
getContentType() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the response content type header field value.
getContentTypeHeader() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Decodes and returns the response content type header.
getError() - Method in interface io.inverno.mod.http.server.ErrorExchange
Returns the error at the origin of the exchange.
getFilename() - Method in interface io.inverno.mod.http.server.Part
Returns the part's file name.
getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Decodes and returns the header with the specified name.
getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Decodes and returns the header with the specified name.
getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Decodes and returns the header with the specified name.
getHeader(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Decodes and returns the trailer with the specified name.
getMethod() - Method in interface io.inverno.mod.http.server.Request
Returns the HTTP method of the request.
getName() - Method in interface io.inverno.mod.http.server.Part
Returns the part's name.
getNames() - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the names of the headers in the part.
getNames() - Method in interface io.inverno.mod.http.server.QueryParameters
Returns the names of the query parameters sent in the request.
getNames() - Method in interface io.inverno.mod.http.server.RequestCookies
Returns the names of the cookies sent in the request.
getNames() - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the names of the headers in the request.
getNames() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the names of the headers in the response.
getNames() - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns the names of the trailers in the response.
getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.PartHeaders
Returns the header with the specified name as a parameter.
getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.RequestHeaders
Returns the header with the specified name as a parameter.
getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the header with the specified name as a parameter.
getParameter(CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Returns the trailer with the specified name as a parameter.
getPath() - Method in interface io.inverno.mod.http.server.Request
Returns the path to the resource targeted in the request.
getPathAbsolute() - Method in interface io.inverno.mod.http.server.Request
Returns the absolute path to the resource targeted in the request.
getPathBuilder() - Method in interface io.inverno.mod.http.server.Request
Returns a path builder initialized with the path of the request.
getQuery() - Method in interface io.inverno.mod.http.server.Request
Returns the query URI component.
getRemoteAddress() - Method in interface io.inverno.mod.http.server.Request
Returns the socket address of the client or last proxy that sent the request.
getScheme() - Method in interface io.inverno.mod.http.server.Request
Returns the name of the scheme used to send the request (eg. http, https...).
getStatus() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the response HTTP status.
getStatusCode() - Method in interface io.inverno.mod.http.server.ResponseHeaders
Returns the response HTTP status code.

H

h2_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTP/2.
h2_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
h2c_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables H2C.
h2c_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
handle(A) - Method in interface io.inverno.mod.http.server.ExchangeHandler
Processes the specified server exchange.
headers() - Method in interface io.inverno.mod.http.server.Part
Returns the part's headers.
headers() - Method in interface io.inverno.mod.http.server.Request
Returns the HTTP headers sent in the request.
headers() - Method in interface io.inverno.mod.http.server.Response
Returns the HTTP headers to send in the response.
headers(Consumer<ResponseHeaders>) - Method in interface io.inverno.mod.http.server.Response
Configures the HTTP headers to send in the response.
http2_header_table_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The HTTP/2 header table size.
http2_header_table_size(Long) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
http2_initial_window_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
HTTP/2 initial window size.
http2_initial_window_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
http2_max_concurrent_streams() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
HTTP/2 max concurrent streams.
http2_max_concurrent_streams(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
http2_max_frame_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
HTTP/2 max frame size.
http2_max_frame_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
http2_max_header_list_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
HTTP/2 max header list size.
http2_max_header_list_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
httpServerConfiguration() - Method in class io.inverno.mod.http.server.Server
 
HttpServerConfiguration - Interface in io.inverno.mod.http.server
HTTP server module configuration.
HttpServerConfigurationLoader - Class in io.inverno.mod.http.server
 
HttpServerConfigurationLoader() - Constructor for class io.inverno.mod.http.server.HttpServerConfigurationLoader
 
HttpServerConfigurationLoader.Bean - Class in io.inverno.mod.http.server
 
HttpServerConfigurationLoader.Configurator - Class in io.inverno.mod.http.server
 

I

id(String) - Method in interface io.inverno.mod.http.server.ResponseBody.Sse.Event
Sets the event id.
io.inverno.mod.http.server - module io.inverno.mod.http.server
The Inverno framework HTTP server module provides a HTTP1.x and HTTP/2 server.
io.inverno.mod.http.server - package io.inverno.mod.http.server
Inverno HTTP server API and module configuration.
isHeadersWritten() - Method in interface io.inverno.mod.http.server.Response
Determines whether the response headers have been sent to the client.

K

key_store() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The path to the key store.
key_store(URI) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
key_store_password() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The password of the key store.
key_store_password(String) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
key_store_type() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The type of key store.
key_store_type(String) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 

L

link() - Method in class io.inverno.mod.http.server.Server.Linker
 
Linker(Map<String, Object>) - Constructor for class io.inverno.mod.http.server.Server.Linker
 
load(Consumer<HttpServerConfigurationLoader.Configurator>) - Static method in class io.inverno.mod.http.server.HttpServerConfigurationLoader
 

M

mapError(Function<? super A, ? extends T>) - Method in interface io.inverno.mod.http.server.ErrorExchange
Returns an error exchange consisting of the result of applying the given function to the error of the exchange.
multipart() - Method in interface io.inverno.mod.http.server.RequestBody
Returns a multipart/form-data payload consumer.

P

Part - Interface in io.inverno.mod.http.server
Represents a part in a multipart/form-data request body as defined by RFC 7578.
PartHeaders - Interface in io.inverno.mod.http.server
Represents the HTTP headers of a part in a multipart/from-data request body as defined by RFC 7578.

Q

queryParameters() - Method in interface io.inverno.mod.http.server.Request
Returns the query parameters sent in the request.
QueryParameters - Interface in io.inverno.mod.http.server
Represents the query parameters sent of a client request in a server exchange.

R

raw() - Method in interface io.inverno.mod.http.server.Part
Returns the part's raw data.
raw() - Method in interface io.inverno.mod.http.server.RequestBody
Returns a raw payload consumer.
raw() - Method in interface io.inverno.mod.http.server.ResponseBody
Returns a raw payload producer.
remove(CharSequence...) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Removes the headers with the specified names.
remove(CharSequence...) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Removes the trailers with the specified names.
request() - Method in interface io.inverno.mod.http.server.Exchange
Returns the request part of the exchange.
Request - Interface in io.inverno.mod.http.server
Represents a client request in a server exchange.
RequestBody - Interface in io.inverno.mod.http.server
Represents the payload body of a client request in a server exchange.
RequestBody.Multipart<A extends Part> - Interface in io.inverno.mod.http.server
A multipart/form-data consumer as defined by RFC 7578.
RequestBody.UrlEncoded - Interface in io.inverno.mod.http.server
An application/x-www-form-urlencoded data consumer as defined by application/x-www-form-urlencoded.
RequestCookies - Interface in io.inverno.mod.http.server
Represents the cookies of a client request in a server exchange.
RequestData<A> - Interface in io.inverno.mod.http.server
A generic request payload consumer.
RequestHeaders - Interface in io.inverno.mod.http.server
Represents the HTTP headers of a client request in a server exchange as defined by RFC 7230 Section 3.2.
resource() - Method in interface io.inverno.mod.http.server.ResponseBody
Returns a resource payload producer.
response() - Method in interface io.inverno.mod.http.server.Exchange
Returns the response part of the exchange.
Response - Interface in io.inverno.mod.http.server
Represents a server response in a server exchange.
ResponseBody - Interface in io.inverno.mod.http.server
Represents the payload body of a server response in a server exchange.
ResponseBody.Resource - Interface in io.inverno.mod.http.server
A resource payload producer.
ResponseBody.Sse<A,​B extends ResponseBody.Sse.Event<A>,​C extends ResponseBody.Sse.EventFactory<A,​B>> - Interface in io.inverno.mod.http.server
A server-sent events payload producer as defined by Server-Sent Events.
ResponseBody.Sse.Event<A> - Interface in io.inverno.mod.http.server
Represents a server-sent event.
ResponseBody.Sse.EventFactory<A,​B extends ResponseBody.Sse.Event<A>> - Interface in io.inverno.mod.http.server
A server-sent event factory is used to create server-sent events.
ResponseCookies - Interface in io.inverno.mod.http.server
Represents the cookies of a server response in a server exchange.
ResponseData<A> - Interface in io.inverno.mod.http.server
A generic response payload producer.
ResponseHeaders - Interface in io.inverno.mod.http.server
Represents the HTTP headers of a server response in a server exchange as defined by RFC 7230 Section 3.2.
ResponseTrailers - Interface in io.inverno.mod.http.server
Represents the HTTP trailers of a server response in a server exchange as defined by RFC 7230 Section 4.3.
rootHandler() - Method in class io.inverno.mod.http.server.Server
 

S

Server - Class in io.inverno.mod.http.server
 
server_event_loop_group_size() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The number of event loops to allocate to the server.
server_event_loop_group_size(Integer) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
server_host() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The host name of the server socket address.
server_host(String) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
server_port() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The port of the server socket address.
server_port(int) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
Server.Builder - Class in io.inverno.mod.http.server
 
Server.Linker - Class in io.inverno.mod.http.server
 
set(Header...) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the specified headers.
set(Header...) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Sets the specified trailers.
set(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the value of the header with the specified name.
set(CharSequence, CharSequence) - Method in interface io.inverno.mod.http.server.ResponseTrailers
Sets the value of the trailer with the specified name.
setConfigurationSource(ConfigurationSource<?, ?, ?>) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
 
setConfigurer(Consumer<HttpServerConfigurationLoader.Configurator>) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
 
setErrorHandler(ExchangeHandler<ErrorExchange<Throwable>>) - Method in class io.inverno.mod.http.server.Server.Builder
 
setHeaderCodecs(List<HeaderCodec<?>>) - Method in class io.inverno.mod.http.server.Server.Builder
 
setHttpServerConfiguration(HttpServerConfiguration) - Method in class io.inverno.mod.http.server.Server.Builder
 
setParameterConverter(ObjectConverter<String>) - Method in class io.inverno.mod.http.server.Server.Builder
 
setParameters(ConfigurationKey.Parameter[]) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Bean
 
setRootHandler(ExchangeHandler<Exchange>) - Method in class io.inverno.mod.http.server.Server.Builder
 
sse() - Method in interface io.inverno.mod.http.server.ResponseBody
Returns a server-sent events payload producer as defined by Server-Sent Events.
sseString() - Method in interface io.inverno.mod.http.server.ResponseBody
Returns a server-sent events payload producer as defined by Server-Sent Events.
status(int) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the response HTTP status code
status(Status) - Method in interface io.inverno.mod.http.server.ResponseHeaders
Sets the response HTTP status.
stream() - Method in interface io.inverno.mod.http.server.RequestData
Returns the payload data publisher.
stream(Publisher<T>) - Method in interface io.inverno.mod.http.server.ResponseData
Sets the payload data.
string() - Method in interface io.inverno.mod.http.server.ResponseBody
Returns a string payload producer.

T

tls_ciphers_excludes() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The list of ciphers to exclude.
tls_ciphers_excludes(String[]) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
tls_ciphers_includes() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
The list of ciphers to include.
tls_ciphers_includes(String[]) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
tls_enabled() - Method in interface io.inverno.mod.http.server.HttpServerConfiguration
Enables/Disables HTTPS.
tls_enabled(boolean) - Method in class io.inverno.mod.http.server.HttpServerConfigurationLoader.Configurator
 
trailers() - Method in interface io.inverno.mod.http.server.Response
Returns the HTTP trailers to send in the response.
trailers(Consumer<ResponseTrailers>) - Method in interface io.inverno.mod.http.server.Response
Configures the HTTP trailers to send in the response.

U

urlEncoded() - Method in interface io.inverno.mod.http.server.RequestBody
Returns an application/x-www-form-urlencoded payload consumer.

V

value(Resource) - Method in interface io.inverno.mod.http.server.ResponseBody.Resource
Sets the specified resource in the response payload.
value(T) - Method in interface io.inverno.mod.http.server.ResponseData
Sets the specified data.
A B C D E F G H I K L M P Q R S T U V 
All Classes|All Packages