Uses of Class
jakarta.ws.rs.ext.RuntimeDelegate
-
Packages that use RuntimeDelegate Package Description jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server.internal Jersey server-side internal classes. -
-
Uses of RuntimeDelegate in jakarta.ws.rs.ext
Methods in jakarta.ws.rs.ext that return RuntimeDelegate Modifier and Type Method Description static RuntimeDelegateRuntimeDelegate. getInstance()Obtain aRuntimeDelegateinstance.Methods in jakarta.ws.rs.ext with parameters of type RuntimeDelegate Modifier and Type Method Description static voidRuntimeDelegate. setInstance(RuntimeDelegate rd)Set the runtime delegate that will be used by JAX-RS classes. -
Uses of RuntimeDelegate in org.glassfish.jersey.internal
Subclasses of RuntimeDelegate in org.glassfish.jersey.internal Modifier and Type Class Description classAbstractRuntimeDelegateAn abstract implementation ofRuntimeDelegatethat provides support common to the client and server.classRuntimeDelegateImplDefault implementation of JAX-RSRuntimeDelegate.Methods in org.glassfish.jersey.internal that return RuntimeDelegate Modifier and Type Method Description static RuntimeDelegateRuntimeDelegateDecorator. configured(Configuration configuration)The decoratedRuntimeDelegatethat usesHeaderDelegateProvidersbased on whetherCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEis set or not -
Uses of RuntimeDelegate in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal with parameters of type RuntimeDelegate Modifier and Type Method Description static StringHeaderUtils. asHeaderString(List<Object> values, RuntimeDelegate rd)Converts a list of message header values to a single string value (with individual values separated by',').static StringHeaderUtils. asString(Object headerValue, RuntimeDelegate rd)Convert a message header value, represented as a general object, to it's string representation.static MultivaluedMap<String,String>HeaderUtils. asStringHeaders(MultivaluedMap<String,Object> headers, RuntimeDelegate rd)Returns string view of passed headers.static List<String>HeaderUtils. asStringList(List<Object> headerValues, RuntimeDelegate rd)Returns string view of list of header values. -
Uses of RuntimeDelegate in org.glassfish.jersey.server.internal
Subclasses of RuntimeDelegate in org.glassfish.jersey.server.internal Modifier and Type Class Description classRuntimeDelegateImplServer-side implementation of JAX-RSRuntimeDelegate.
-