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

Method set

java/org/apache/catalina/connector/Request.java:3235–3235  ·  view source on GitHub ↗
(Request request, String name, Object value)

Source from the content-addressed store, hash-verified

3233 Object get(Request request, String name);
3234
3235 void set(Request request, String name, Object value);
3236
3237 // None of special attributes support removal
3238 // void remove(Request request, String name);

Callers 15

setAttributeMethod · 0.95
doFilterMethod · 0.65
invokeMethod · 0.65
testShortInterceptorMethod · 0.65
commonMethod · 0.65
runMethod · 0.65
testSimpleMethod · 0.65
testBrutalMethod · 0.65
testBrutalNonFairMethod · 0.65
resetMethod · 0.65
resetStatsMethod · 0.65
ConnectionFutureMethod · 0.65

Implementers 1

Requestjava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by 15

testShortInterceptorMethod · 0.52
commonMethod · 0.52
runMethod · 0.52
testSimpleMethod · 0.52
testBrutalMethod · 0.52
testBrutalNonFairMethod · 0.52
resetMethod · 0.52
resetForNewTestMethod · 0.52
setPoolSizeMethod · 0.52
testBug57647Method · 0.52
saveInHolderMethod · 0.52
doGetMethod · 0.52