Uses of Class
com.soklet.CorsPreflightResponse
Packages that use CorsPreflightResponse
-
Uses of CorsPreflightResponse in com.soklet
Methods in com.soklet that return CorsPreflightResponseModifier and TypeMethodDescriptionCorsPreflightResponse.Builder.build()CorsPreflightResponse.Copier.finish()Methods in com.soklet 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 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 yourCorsAuthorizerapproves a preflight request.ResponseMarshaler.Builder.CorsPreflightAllowedHandler.handle(Request request, CorsPreflight corsPreflight, CorsPreflightResponse corsPreflightResponse) Prepares a response for "CORS preflight allowed" scenario when yourCorsAuthorizerapproves a preflight request.