...
Each http request will be compute in a subclass of javax.servlet.Servlet. So we can use the method service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) to extract the InspectIT header.
Current UI Integration
At the moment the UI integration is very basic. In the navigation tree is a node called "Remote Call Data". If you open the node you are able to see all remote calls. Each remote call has several informations:
- Platform ID - The ID of the platform which recorded the data
- Start Time
- Methode
- Calling - Can have two values. True means this is the request. False means this is the response.
- Identification - Is a unique (at the moment not really) identifier to connect a recorded request and a recorded response.
- URL - The URL for the request. If it is a response the field is empty.
- Response Code - The response code for the request. If it is a response the field is empty.