Class containing the info about the HTTPSession. More...
Methods | |
Description.Get | |
Returns a textual description of the object. | |
ErrorMessage.Get | |
Returns the error message. More... | |
Parent.Get | |
Returns the parent object. | |
Refresh | |
Refresh the info. More... | |
Request.Method.Get | |
Returns the http request method of the session. More... | |
Request.Status.Get | |
Returns the status of the HTTP request. More... | |
Request.Type.Get | |
Returns the request type ( Duration or Size ) More... | |
Request.Value.Get | |
Returns the request value. More... | |
Result.Get | |
Returns the Layer5.Http.ResultSnapshot for this session. More... | |
Result.History.Get | |
Returns the Layer5.Http.ResultHistory for this session. More... | |
Tcp.Session.Info.Get | |
Returns the Layer4.Tcp.SessionInfo from this session. More... | |
Class containing the info about the HTTPSession.
This class represents the session info gather from a HTTP session. It will contain states of the TCP session, Timestamp of received requests average throughputs etc..
Layer5.Http.SessionInfo::ErrorMessage.Get |
Layer5.Http.SessionInfo::Refresh |
Layer5.Http.SessionInfo::Request.Method.Get |
Returns the http request method of the session.
Possible values are:
retrieve the httpsession info from the httpClient
Returns:
<Layer5::Http::SessionInfo object>
Get the role of the session
Returns:
GET
retrieve the httpsession info from the httpServer
Returns:
<Layer5::Http::SessionInfo object>
Get the role of this session
Returns:
GET
Layer5.Http.SessionInfo::Request.Status.Get |
Returns the status of the HTTP request.
Returns:
running
Layer5.Http.SessionInfo::Request.Type.Get |
Layer5.Http.SessionInfo::Request.Value.Get |
Layer5.Http.SessionInfo::Result.Get |
Returns the Layer5.Http.ResultSnapshot for this session.
The snapshot contains byte counters and time values.
Returns:
<Layer5.Http.ResultSnapshot object>
Layer5.Http.SessionInfo::Result.History.Get |
Returns the Layer5.Http.ResultHistory for this session.
The history contains a list of snapshots taken at one second intervals. To update the history use the Refresh function.
Returns:
<Layer5.Http.ResultHistory object>
Layer5.Http.SessionInfo::Tcp.Session.Info.Get |
Returns the Layer4.Tcp.SessionInfo from this session.
The TcpSessionInfo contains information about the Tcp underlying session.
Returns:
<Layer4.Tcp.SessionInfo object>