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.httppart
Classes in org.apache.juneau.httppart that implement HttpPartParserSessionModifier and TypeClassDescriptionclass
Base class for implementations ofHttpPartParserSession
class
Session 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.bean
Methods 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.oapi
Classes in org.apache.juneau.oapi that implement HttpPartParserSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofOpenApiParser
. -
Uses of HttpPartParserSession in org.apache.juneau.rest
Methods 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.client
Methods in org.apache.juneau.rest.client that return HttpPartParserSessionModifier and TypeMethodDescriptionprotected HttpPartParserSession
RestResponse.getPartParserSession()
Creates a session of the client-default parat parser.protected HttpPartParserSession
RestResponse.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.httppart
Methods 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.uon
Classes in org.apache.juneau.uon that implement HttpPartParserSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUonParser
. -
Uses of HttpPartParserSession in org.apache.juneau.urlencoding
Classes in org.apache.juneau.urlencoding that implement HttpPartParserSessionModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingParser
.