Package | Description |
---|---|
bayou.http |
Http server.
|
Modifier and Type | Method and Description |
---|---|
CookieStorage |
HttpClientConf.get_cookieStorage() |
static CookieStorage |
CookieStorage.newInMemoryStorage()
Create a new instance of an in-memory implementation of CookieStorage.
|
Modifier and Type | Method and Description |
---|---|
HttpClientConf |
HttpClientConf.cookieStorage(CookieStorage cookieStorage)
Storage for cookies.
|