Uses of Interface
org.apache.juneau.httppart.HttpPartParserSession
Packages that use HttpPartParserSession
Package
Description
HTTP Part Marshalling Support
HTTP Part Beans
OpenAPI Marshalling Support
REST Server API
REST Client API
REST HTTP Parts
UON Marshalling Support
URL-Encoding Marshalling Support
-
Uses of HttpPartParserSession in org.apache.juneau.httppart
Classes 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.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 TypeClassDescriptionclassSession 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 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.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 TypeClassDescriptionclassSession 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 TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingParser.