| Modifier and Type | Class and Description |
|---|---|
static class |
H.Cookie
The HTTP cookie
|
static class |
H.Flash
A Flash represent a storage scope that attributes inside is valid only
for one session interaction.
|
static class |
H.Format
Specify the format of the requested content type
|
static class |
H.Header |
static class |
H.KV<T extends H.KV> |
static class |
H.MediaType |
static class |
H.Method |
static class |
H.Request<T extends H.Request>
Defines the HTTP request trait
|
static class |
H.Response<T extends H.Response>
Defines the HTTP response trait
|
static class |
H.Session
Defines a data structure to encapsulate a stateless session which
accept only
String type value, and will be persisted at
client side as a cookie. |
static class |
H.Status |
| Modifier and Type | Field and Description |
|---|---|
protected static org.osgl.logging.Logger |
logger |
Copyright © 2017. All Rights Reserved.