| Package | Description |
|---|---|
| org.osgl.http | |
| org.osgl.http.servlet |
| 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 | Class and Description |
|---|---|
class |
ServletResponse |
Copyright © 2017–2018 OSGL (Open Source General Library). All rights reserved.