Home
last modified time | relevance | path

Searched refs:__MULTIPART_INPUT_STREAM (Results 1 – 1 of 1) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/
DRequest.java131 public static final String __MULTIPART_INPUT_STREAM = "org.eclipse.multiPartInputStream"; field in Request
146 …Stream mpis = (MultiPartInputStream)sre.getServletRequest().getAttribute(__MULTIPART_INPUT_STREAM); in requestDestroyed()
2054 _multiPartInputStream = (MultiPartInputStream)getAttribute(__MULTIPART_INPUT_STREAM); in getParts()
2067 setAttribute(__MULTIPART_INPUT_STREAM, _multiPartInputStream); in getParts()