public interface FreshHttpSession
HttpSession
requiring a session Id.Modifier and Type | Method and Description |
---|---|
void |
failedToGenerateSessionId(Throwable failure)
Flags failure in generating the
HttpSession Id. |
ServerHttpConnection |
getConnection()
Obtains the
ServerHttpConnection requiring a new
HttpSession . |
void |
setSessionId(String sessionId)
Specifies the Id generated for the
HttpSession . |
ServerHttpConnection getConnection()
Obtains the ServerHttpConnection
requiring a new
HttpSession
.
Typically this should not be required to generate session Ids.
ServerHttpConnection
requiring a new HttpSession
.void setSessionId(String sessionId)
HttpSession
.sessionId
- Id generated for the HttpSession
.void failedToGenerateSessionId(Throwable failure)
HttpSession
Id.failure
- Failure in generating the HttpSession
Id.Copyright © 2005–2016. All rights reserved.