Uses of Class
org.forgerock.http.header.TransactionIdHeader
-
Packages that use TransactionIdHeader Package Description org.forgerock.http.header Processes HTTP message header fields. -
-
Uses of TransactionIdHeader in org.forgerock.http.header
Methods in org.forgerock.http.header that return TransactionIdHeader Modifier and Type Method Description static TransactionIdHeaderTransactionIdHeader. valueOf(String value)Constructs a new header, initialized from the specified string value.static TransactionIdHeaderTransactionIdHeader. valueOf(Request request)Constructs a new header, initialized from the specified request.
-