MCPcopy Create free account
hub / github.com/apache/tomcat / setHeader

Method setHeader

java/org/apache/tomcat/util/http/ResponseUtil.java:130–130  ·  view source on GitHub ↗
(String name, String value)

Source from the content-addressed store, hash-verified

128 Collection<String> getHeaders(String name);
129
130 void setHeader(String name, String value);
131
132 void addHeader(String name, String value);
133 }

Callers 15

doUpgradeMethod · 0.65
addVaryFieldNameMethod · 0.65
setHeaderMethod · 0.65
serviceMethod · 0.65
setHeaderMethod · 0.65
doAuthenticateMethod · 0.65
doAuthenticateMethod · 0.65
invokeMethod · 0.65
registerMethod · 0.65
setAuthenticateHeaderMethod · 0.65
setHeaderMethod · 0.65
postParseRequestMethod · 0.65

Implementers 2

HeaderAdapterjava/org/apache/tomcat/util/http/Respo
ResponseAdapterjava/org/apache/tomcat/util/http/Respo

Calls

no outgoing calls

Tested by

no test coverage detected