MCPcopy Index your code
hub / github.com/apache/tomcat / get

Method get

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

Source from the content-addressed store, hash-verified

3231
3232 private interface SpecialAttributeAdapter {
3233 Object get(Request request, String name);
3234
3235 void set(Request request, String name, Object value);
3236

Callers 15

getAttributeMethod · 0.95
setReadListenerMethod · 0.65
checkRegisterForReadMethod · 0.65
isTrailerFieldsReadyMethod · 0.65
getPathParameterMethod · 0.65
getAttributeMethod · 0.65
isFinishedMethod · 0.65
getProtocolRequestIdMethod · 0.65
getServletConnectionMethod · 0.65
isErrorMethod · 0.65
isErrorReportRequiredMethod · 0.65
setTrailerFieldsMethod · 0.65

Implementers 1

Requestjava/org/apache/catalina/connector/Req

Calls

no outgoing calls

Tested by

no test coverage detected