Uses of Class
com.soklet.core.CorsPreflightResponse
Packages that use CorsPreflightResponse
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of CorsPreflightResponse in com.soklet.core
Methods in com.soklet.core that return CorsPreflightResponseModifier and TypeMethodDescriptionCorsPreflightResponse.Builder.build()
CorsPreflightResponse.Copier.finish()
Methods in com.soklet.core that return types with arguments of type CorsPreflightResponseModifier and TypeMethodDescriptionCorsAuthorizer.authorizePreflight
(Request request, CorsPreflight corsPreflight, Map<HttpMethod, ResourceMethod> availableResourceMethodsByHttpMethod) Authorizes a CORS preflight request.RequestResult.getCorsPreflightResponse()
The CORS preflight logical response, if applicable for the request.Methods in com.soklet.core with parameters of type CorsPreflightResponseModifier and TypeMethodDescriptionRequestResult.Builder.corsPreflightResponse
(CorsPreflightResponse corsPreflightResponse) RequestResult.Copier.corsPreflightResponse
(CorsPreflightResponse corsPreflightResponse) ResponseMarshaler.forCorsPreflightAllowed
(Request request, CorsPreflight corsPreflight, CorsPreflightResponse corsPreflightResponse) Prepares a response for "CORS preflight allowed" scenario when yourCorsAuthorizer
approves a preflight request. -
Uses of CorsPreflightResponse in com.soklet.core.impl
Methods in com.soklet.core.impl that return types with arguments of type CorsPreflightResponseModifier and TypeMethodDescriptionAllOriginsCorsAuthorizer.authorizePreflight
(Request request, CorsPreflight corsPreflight, Map<HttpMethod, ResourceMethod> availableResourceMethodsByHttpMethod) NoOriginsCorsAuthorizer.authorizePreflight
(Request request, CorsPreflight corsPreflight, Map<HttpMethod, ResourceMethod> availableResourceMethodsByHttpMethod) WhitelistedOriginsCorsAuthorizer.authorizePreflight
(Request request, CorsPreflight corsPreflight, Map<HttpMethod, ResourceMethod> availableResourceMethodsByHttpMethod) Methods in com.soklet.core.impl with parameters of type CorsPreflightResponseModifier and TypeMethodDescriptionDefaultResponseMarshaler.forCorsPreflightAllowed
(Request request, CorsPreflight corsPreflight, CorsPreflightResponse corsPreflightResponse)