keycloakjar.org.springframework.http.server.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Show all versions of camunda-bpm-identity-keycloak-all Show documentation
Camunda Keycloak Identity Provider Plugin including all transitive dependencies
The newest version!
/**
* Contains an abstraction over server-side HTTP. This package
* contains the {@code ServerHttpRequest} and {@code ServerHttpResponse},
* as well as a Servlet-based implementation of these interfaces.
*/
@NonNullApi
@NonNullFields
package org.springframework.http.server;
import org.springframework.lang.NonNullApi;
import org.springframework.lang.NonNullFields;