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

Method get

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

Source from the content-addressed store, hash-verified

3243 static {
3244 specialAttributes.put(Globals.DISPATCHER_TYPE_ATTR, new SpecialAttributeAdapter() {
3245 @Override
3246 public Object get(Request request, String name) {
3247 return (request.internalDispatcherType == null) ? DispatcherType.REQUEST :
3248 request.internalDispatcherType;
3249 }
3250
3251 @Override
3252 public void set(Request request, String name, Object value) {

Callers

nothing calls this directly

Calls 10

getProtocolHandlerMethod · 0.80
getSendfileMethod · 0.80
toStringMethod · 0.65
getGssCredentialMethod · 0.65
isSendfileSupportedMethod · 0.65
isSecureMethod · 0.65
getRequestPathMBMethod · 0.45
valueOfMethod · 0.45
getConnectorMethod · 0.45
getCoyoteRequestMethod · 0.45

Tested by

no test coverage detected