Uses of Interface
io.helidon.webserver.cors.CorsSupportBase.ResponseAdapter
-
Uses of CorsSupportBase.ResponseAdapter in io.helidon.webserver.cors
Modifier 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.Modifier and TypeMethodDescriptionprotected void
CorsSupportBase.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.