| Package | Description |
|---|---|
| org.osgl.http | |
| org.osgl.http.servlet | |
| org.osgl.http.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
H.Response<T extends H.Response>
Defines the HTTP response trait
|
| Modifier and Type | Field and Description |
|---|---|
static org.osgl.Lang.F2<H.Cookie,H.Response,Void> |
H.Cookie.F.ADD_TO_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static <T extends H.Response> |
H.Response.current()
Return a request instance of the current execution context, For example from a
ThreadLocal |
static <T extends H.Response> |
H.Response.current(T response)
Set a request instance into the current execution context, for example into a
ThreadLocal |
| Modifier and Type | Method and Description |
|---|---|
H.Response |
CurrentStateStore.response()
Get current response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CurrentStateStore.response(H.Response resp)
Store response as current state.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletResponse |
| Modifier and Type | Method and Description |
|---|---|
H.Response |
DefaultCurrentStateStore.response() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCurrentStateStore.response(H.Response resp) |
Copyright © 2017–2018 OSGL (Open Source General Library). All rights reserved.