Session Constructor |
Name | Description | |
---|---|---|
![]() | Session(Session) |
Copy Constructor. |
![]() | Session(SessionData) |
Create a Session object from a (serializable) SessionData object
|
![]() | Session(Byte, Byte) |
Create a Session object from two byte[] representing request and response.
|
![]() | Session(HTTPRequestHeaders, Byte) |
Initialize a new session from a given request headers and body request builder data. Note: No Session ID is assigned here.
|
![]() | Session(Byte, Byte, SessionFlags) |
Create a Session object from two byte[] representing request and response. This is used when loading a Session Archive Zip.
|