Uses of Record Class
org.diabetestechnology.drh.service.http.Interactions.Header
Packages that use Interactions.Header
-
Uses of Interactions.Header in org.diabetestechnology.drh.service.http
Methods in org.diabetestechnology.drh.service.http that return types with arguments of type Interactions.HeaderModifier and TypeMethodDescriptionInteractions.RequestEncountered.headers()
Returns the value of theheaders
record component.Interactions.ResponseEncountered.headers()
Returns the value of theheaders
record component.Constructor parameters in org.diabetestechnology.drh.service.http with type arguments of type Interactions.HeaderModifierConstructorDescriptionRequestEncountered
(UUID requestId, Interactions.Tenant tenant, String method, String requestUrl, String absoluteUrl, String requestUri, String clientIpAddress, String userAgent, Instant encounteredAt, List<Interactions.Header> headers, Map<String, String[]> parameters, String contentType, String queryString, String protocol, jakarta.servlet.http.HttpSession session, List<jakarta.servlet.http.Cookie> cookies, byte[] requestBody) Creates an instance of aRequestEncountered
record class.ResponseEncountered
(UUID requestId, UUID responseId, int status, Instant encounteredAt, List<Interactions.Header> headers, byte[] responseBody) Creates an instance of aResponseEncountered
record class.