Uses of Interface
jakarta.ws.rs.ext.RuntimeDelegate.HeaderDelegate
Packages that use RuntimeDelegate.HeaderDelegate
Package
Description
Low-level interfaces and annotations used to create RESTful service resources.
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.HeaderDelegateModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate<NewCookie>NewCookie.DELEGATEDeprecated.This field will be removed in a future version.private static final RuntimeDelegate.HeaderDelegate<CacheControl>CacheControl.HEADER_DELEGATEDeprecated.This field will be removed in a future version.private static final RuntimeDelegate.HeaderDelegate<Cookie>Cookie.HEADER_DELEGATEDeprecated.This field will be removed in a future version.private static final 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.HeaderDelegateModifier and TypeMethodDescriptionabstract <T> RuntimeDelegate.HeaderDelegate<T>RuntimeDelegate.createHeaderDelegate(Class<T> type) Obtain an instance of aRuntimeDelegate.HeaderDelegatefor the supplied class.