Generated by
JDiff

Class org.springframework.http.HttpHeaders

Added Methods
List<String> getConnection() Returns the value of the {@code Connection} header.
List<String> getFirstValueAsList(String)  
String getOrigin() Returns the value of the {@code Origin} header.
String getUpgrade() Returns the value of the {@code Upgrade} header.
void setConnection(String) Sets the (new) value of the {@code Connection} header.
void setConnection(List<String>) Sets the (new) value of the {@code Connection} header.
void setOrigin(String) Sets the (new) value of the {@code Origin} header.
void setUpgrade(String) Sets the (new) value of the {@code Upgrade} header.
String toCommaDelimitedString(List<String>)