Uses of Class
com.aspectran.core.activity.request.RequestParseException
-
Packages that use RequestParseException Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.request com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.daemon.activity Contains a variant of the activity interface for Aspectran Daemon.com.aspectran.embed.activity Contains a variant of the activity interface for embedded Aspectran.com.aspectran.shell.activity Contains a variant of the activity interface for command-line application.com.aspectran.undertow.activity com.aspectran.undertow.adapter com.aspectran.web.activity Contains a variant of the activity interface for web application.com.aspectran.web.activity.request com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
Uses of RequestParseException in com.aspectran.core.activity
Methods in com.aspectran.core.activity that throw RequestParseException Modifier and Type Method Description protected voidCoreActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.core.activity.request
Subclasses of RequestParseException in com.aspectran.core.activity.request Modifier and Type Class Description classSizeLimitExceededExceptionThrown to indicate that the request size exceeds the configured maximum.Methods in com.aspectran.core.activity.request that throw RequestParseException Modifier and Type Method Description ParametersAbstractRequest. getBodyAsParameters()<T extends Parameters>
TAbstractRequest. getBodyAsParameters(java.lang.Class<T> requiredType)static <T extends Parameters>
TRequestBodyParser. parseBodyAsParameters(java.lang.String body, java.lang.Class<T> requiredType) -
Uses of RequestParseException in com.aspectran.core.adapter
Methods in com.aspectran.core.adapter that throw RequestParseException Modifier and Type Method Description ParametersRequestAdapter. getBodyAsParameters()<T extends Parameters>
TRequestAdapter. getBodyAsParameters(java.lang.Class<T> requiredType) -
Uses of RequestParseException in com.aspectran.daemon.activity
Methods in com.aspectran.daemon.activity that throw RequestParseException Modifier and Type Method Description protected voidDaemonActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.embed.activity
Methods in com.aspectran.embed.activity that throw RequestParseException Modifier and Type Method Description protected voidAspectranActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.shell.activity
Methods in com.aspectran.shell.activity that throw RequestParseException Modifier and Type Method Description protected voidShellActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.undertow.activity
Methods in com.aspectran.undertow.activity that throw RequestParseException Modifier and Type Method Description protected voidTowActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.undertow.adapter
Methods in com.aspectran.undertow.adapter that throw RequestParseException Modifier and Type Method Description <T extends Parameters>
TTowRequestAdapter. getBodyAsParameters(java.lang.Class<T> requiredType) -
Uses of RequestParseException in com.aspectran.web.activity
Methods in com.aspectran.web.activity that throw RequestParseException Modifier and Type Method Description protected voidWebActivity. parseRequest() -
Uses of RequestParseException in com.aspectran.web.activity.request
Subclasses of RequestParseException in com.aspectran.web.activity.request Modifier and Type Class Description classMultipartRequestParseExceptionException thrown when multipart request parse fails.Methods in com.aspectran.web.activity.request that throw RequestParseException Modifier and Type Method Description static <T extends Parameters>
TWebRequestBodyParser. parseBodyAsParameters(RequestAdapter requestAdapter, MediaType mediaType, java.lang.Class<T> requiredType)static <T extends Parameters>
TWebRequestBodyParser. parseURLEncodedAsParameters(RequestAdapter requestAdapter, java.lang.Class<T> requiredType)static voidWebRequestBodyParser. parseURLEncodedFormData(RequestAdapter requestAdapter) -
Uses of RequestParseException in com.aspectran.web.adapter
Methods in com.aspectran.web.adapter that throw RequestParseException Modifier and Type Method Description <T extends Parameters>
THttpServletRequestAdapter. getBodyAsParameters(java.lang.Class<T> requiredType)
-