Uses of Interface
org.apache.juneau.httppart.HttpPartParserSession
Packages that use HttpPartParserSession
Package
Description
REST Server API
REST Client API
- 
Uses of HttpPartParserSession in org.apache.juneau.httppartClasses in org.apache.juneau.httppart that implement HttpPartParserSessionModifier and TypeClassDescriptionclassBase class for implementations ofHttpPartParserSessionclassSession object that lives for the duration of a single use ofSimplePartParser.Methods in org.apache.juneau.httppart that return HttpPartParserSession
- 
Uses of HttpPartParserSession in org.apache.juneau.httppart.beanMethods in org.apache.juneau.httppart.bean that return HttpPartParserSessionModifier and TypeMethodDescriptionRequestBeanPropertyMeta.getParser(HttpPartParserSession _default) Returns the parser to use for parsing the bean property value.Methods in org.apache.juneau.httppart.bean with parameters of type HttpPartParserSessionModifier and TypeMethodDescriptionRequestBeanPropertyMeta.getParser(HttpPartParserSession _default) Returns the parser to use for parsing the bean property value.
- 
Uses of HttpPartParserSession in org.apache.juneau.oapiClasses in org.apache.juneau.oapi that implement HttpPartParserSessionModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofOpenApiParser.
- 
Uses of HttpPartParserSession in org.apache.juneau.restMethods in org.apache.juneau.rest that return HttpPartParserSessionModifier and TypeMethodDescriptionRestRequest.getPartParserSession()Returns the part serializer associated with this request.
- 
Uses of HttpPartParserSession in org.apache.juneau.rest.clientMethods in org.apache.juneau.rest.client that return HttpPartParserSessionModifier and TypeMethodDescriptionprotected HttpPartParserSessionRestResponse.getPartParserSession()Creates a session of the client-default parat parser.protected HttpPartParserSessionRestResponse.getPartParserSession(HttpPartParser parser) Creates a session of the specified part parser.Methods in org.apache.juneau.rest.client with parameters of type HttpPartParserSessionModifier and TypeMethodDescriptionResponseHeader.parser(HttpPartParserSession value) Specifies the part parser to use for this header.
- 
Uses of HttpPartParserSession in org.apache.juneau.rest.httppartMethods in org.apache.juneau.rest.httppart with parameters of type HttpPartParserSessionModifier and TypeMethodDescriptionRequestFormParam.parser(HttpPartParserSession value) RequestFormParams.parser(HttpPartParserSession value) Sets the parser to use for part values.RequestHeader.parser(HttpPartParserSession value) RequestHeaders.parser(HttpPartParserSession value) Sets the parser to use for part values.RequestHttpPart.parser(HttpPartParserSession value) Specifies the part parser to use for this part.RequestPathParam.parser(HttpPartParserSession value) RequestPathParams.parser(HttpPartParserSession value) Sets the parser to use for part values.RequestQueryParam.parser(HttpPartParserSession value) RequestQueryParams.parser(HttpPartParserSession value) Sets the parser to use for part values.
- 
Uses of HttpPartParserSession in org.apache.juneau.uonClasses in org.apache.juneau.uon that implement HttpPartParserSessionModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUonParser.
- 
Uses of HttpPartParserSession in org.apache.juneau.urlencodingClasses in org.apache.juneau.urlencoding that implement HttpPartParserSessionModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingParser.