Uses of Interface
jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
-
Packages that use RuntimeDelegate.HeaderDelegate Package Description jakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. -
-
Uses of RuntimeDelegate.HeaderDelegate in jakarta.ws.rs.core
Fields in jakarta.ws.rs.core declared as RuntimeDelegate.HeaderDelegate Modifier and Type Field Description private static RuntimeDelegate.HeaderDelegate<NewCookie>NewCookie. DELEGATEDeprecated.This field will be removed in a future version.private static RuntimeDelegate.HeaderDelegate<CacheControl>CacheControl. HEADER_DELEGATEDeprecated.This field will be removed in a future version.private static RuntimeDelegate.HeaderDelegate<Cookie>Cookie. HEADER_DELEGATEDeprecated.This field will be removed in a future version.private static RuntimeDelegate.HeaderDelegate<EntityTag>EntityTag. HEADER_DELEGATEDeprecated.This field will be removed in a future version. -
Uses of RuntimeDelegate.HeaderDelegate in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return RuntimeDelegate.HeaderDelegate Modifier and Type Method Description abstract <T> RuntimeDelegate.HeaderDelegate<T>RuntimeDelegate. createHeaderDelegate(java.lang.Class<T> type)Obtain an instance of aRuntimeDelegate.HeaderDelegatefor the supplied class.
-