Uses of Interface
io.helidon.webserver.cors.CorsSupportBase.ResponseAdapter
-
Uses of CorsSupportBase.ResponseAdapter in io.helidon.webserver.cors
Methods in io.helidon.webserver.cors that return CorsSupportBase.ResponseAdapterModifier and TypeMethodDescriptionArranges to add the specified header and value to the eventual response.Arranges to add the specified header and value to the eventual response.Methods in io.helidon.webserver.cors with parameters of type CorsSupportBase.ResponseAdapterModifier and TypeMethodDescriptionprotected voidCorsSupportBase.prepareResponse(CorsSupportBase.RequestAdapter<Q> requestAdapter, CorsSupportBase.ResponseAdapter<R> responseAdapter) Not for developer user. Gets a response ready to participate in the CORS protocol.CorsSupportBase.processRequest(CorsSupportBase.RequestAdapter<Q> requestAdapter, CorsSupportBase.ResponseAdapter<R> responseAdapter) Not for developer use. Submits a request adapter and response adapter for CORS processing.