Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getAttribute
Method · 0.95
setReadListener
Method · 0.65
checkRegisterForRead
Method · 0.65
isTrailerFieldsReady
Method · 0.65
getPathParameter
Method · 0.65
getAttribute
Method · 0.65
isFinished
Method · 0.65
getProtocolRequestId
Method · 0.65
getServletConnection
Method · 0.65
isError
Method · 0.65
isErrorReportRequired
Method · 0.65
setTrailerFields
Method · 0.65
Implementers
1
Request
java/org/apache/catalina/connector/Req
Calls
no outgoing calls
Tested by
no test coverage detected