A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
Z
R
- redirect(String) - function in com.hexagonkt.http.server.Call
- Sends a redirect response to the client using the specified redirect URL.
- redirect(String) - function in com.hexagonkt.http.server.Response
- Sends a redirect response to the client using the specified redirect URL.
- redirect(String) - function in com.hexagonkt.http.server.ResponsePort
- Sends a redirect response to the client using the specified redirect URL.
- redirect() - function in com.hexagonkt.http.server.examples.GenericTest
- redirect(String) - function in com.hexagonkt.http.server.test.TestResponse
- Sends a redirect response to the client using the specified redirect URL.
- remove(K) - function in com.hexagonkt.http.server.Response.MapInterface
- remove(String) - function in com.hexagonkt.http.server.Session
- Removes the bound object from the session attribute with the specified name.
- Remove cookie deletes the given cookie() - function in com.hexagonkt.http.server.examples.CookiesTest
- Remove not available cookie does not fail() - function in com.hexagonkt.http.server.examples.CookiesTest
- removeAttribute(String) - function in com.hexagonkt.http.server.Session
- Removes the bound object from the session attribute with the specified name.
- removeAttribute(String) - function in com.hexagonkt.http.server.SessionPort
- Removes the bound object from the session attribute with the specified name.
- removeAttribute(String) - function in com.hexagonkt.http.server.UnsupportedSessionAdapter
- Removes the bound object from the session attribute with the specified name.
- removeAttribute(String) - function in com.hexagonkt.http.server.test.TestSession
- Removes the bound object from the session attribute with the specified name.
- removeCookie(String) - function in com.hexagonkt.http.server.Response
- Sends a response by removing the cookie with specified name.
- removeCookie(String) - function in com.hexagonkt.http.server.ResponsePort
- Sends a response by removing the cookie with specified name.
- removeCookie(String) - function in com.hexagonkt.http.server.test.TestResponse
- Sends a response by removing the cookie with specified name.
- Request - class in com.hexagonkt.http.server
- Lists would be initialized loading all elements when they are used (set it as lazy in implementations) this will have a performance penalty in favor of ease of use.
- Request body is parsed properly() - function in com.hexagonkt.http.server.examples.GenericTest
- Request data is read properly() - function in com.hexagonkt.http.server.examples.GenericTest
- Request with invalid password returns 403() - function in com.hexagonkt.http.server.examples.FiltersTest
- Request with invalid user returns 403() - function in com.hexagonkt.http.server.examples.FiltersTest
- Request with not allowed origin is forbidden() - function in com.hexagonkt.http.server.examples.CorsTest
- Request without authorization returns 401() - function in com.hexagonkt.http.server.examples.FiltersTest
- Request without origin continues as non CORS() - function in com.hexagonkt.http.server.examples.CorsTest
- requestDataWithDifferentHeaders() - function in com.hexagonkt.http.server.examples.GenericTest
- RequestHandler - class in com.hexagonkt.http.server
- Base class for request handlers.
- RequestHandler.CodeHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for a given status code on the given route.
- RequestHandler.ExceptionHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for exceptions on the given route.
- RequestHandler.FileHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for file.
- RequestHandler.FilterHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for given FilterOrder for executing the callback.
- RequestHandler.PathHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for nested routes.
- RequestHandler.ResourceHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for URL resources.
- RequestHandler.RouteHandler - class in com.hexagonkt.http.server.RequestHandler
- Handler for routes on HTTP methods.
- Requesting a folder with an existing file name returns 404() - function in com.hexagonkt.http.server.examples.FilesTest
- RequestPort - class in com.hexagonkt.http.server
- Response - class in com.hexagonkt.http.server
- Check 'Request' comment.
- Response data is generated properly() - function in com.hexagonkt.http.server.examples.GenericTest
- Response.MapInterface - class in com.hexagonkt.http.server.Response
- ResponsePort - class in com.hexagonkt.http.server
- Root files content type is returned properly() - function in com.hexagonkt.http.server.examples.GenericTest
- routeGroups() - function in com.hexagonkt.http.server.PortHttpServerSamplesTest
- Router - class in com.hexagonkt.http.server
- Creates and initializes a Router based on a code block.
- routers() - function in com.hexagonkt.http.server.PortHttpServerSamplesTest
- routesCreation() - function in com.hexagonkt.http.server.PortHttpServerSamplesTest
- runtimePort() - function in com.hexagonkt.http.server.ServerPort
- Get the runtime port if started, throw an exception otherwise.