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