Uses of Class
org.qubership.atp.itf.lite.backend.model.api.dto.ResponseCookie
Packages that use ResponseCookie
Package
Description
-
Uses of ResponseCookie in org.qubership.atp.itf.lite.backend.model.entities.converters
Methods in org.qubership.atp.itf.lite.backend.model.entities.converters that return types with arguments of type ResponseCookieModifier and TypeMethodDescriptionListResponseCookieConverter.convertToEntityAttribute(String requestParamsJson) Method parameters in org.qubership.atp.itf.lite.backend.model.entities.converters with type arguments of type ResponseCookieModifier and TypeMethodDescriptionListResponseCookieConverter.convertToDatabaseColumn(List<ResponseCookie> requestParams) -
Uses of ResponseCookie in org.qubership.atp.itf.lite.backend.model.entities.history
Fields in org.qubership.atp.itf.lite.backend.model.entities.history with type parameters of type ResponseCookie -
Uses of ResponseCookie in org.qubership.atp.itf.lite.backend.utils
Methods in org.qubership.atp.itf.lite.backend.utils that return types with arguments of type ResponseCookieModifier and TypeMethodDescriptionstatic List<ResponseCookie> CookieUtils.convertCookieListToResponseCookieList(List<Cookie> cookies) Converts list ofCookieto list ofResponseCookie.static List<ResponseCookie> CookieUtils.parseResponseCookie(String requestDomain, List<org.apache.http.cookie.Cookie> responseCookies) Parses cookie from http client to response cookie.Methods in org.qubership.atp.itf.lite.backend.utils with parameters of type ResponseCookieModifier and TypeMethodDescriptionstatic CookieCookieUtils.convertResponseCookieToCookie(ResponseCookie respCookie) ConvertsResponseCookietoCookie.static StringCookieUtils.getValueByResponseCookie(ResponseCookie responseCookie) Collect value for Cookie by ResponseCookie.Method parameters in org.qubership.atp.itf.lite.backend.utils with type arguments of type ResponseCookieModifier and TypeMethodDescriptionCookieUtils.convertResponseCookieListToCookieList(List<ResponseCookie> responseCookieList) Converts list ofResponseCookieto list ofCookie.