Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- sameSite(NewCookie.SameSite) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Set the attribute that controls whether the cookie is sent with cross-origin requests, providing protection against cross-site request forgery.
- ScannedClasses - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows adding additional classes to the set of types discovered during type discovery.
- scheduledExecutorService(ScheduledExecutorService) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the client-side
ScheduledExecutorService
. - scheme(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme.
- schemeSpecificPart(String) - Method in class jakarta.ws.rs.core.UriBuilder
-
Set the URI scheme-specific-part (see
URI
). - scope() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns the scope of this bean.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Sets the scope of this synthetic bean to given scope type.
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace Bean scope
- scope(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace Bean scope
- Scope - Annotation Interface in jakarta.inject
-
Identifies scope annotations.
- ScopeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A scope of a bean.
- SeBootstrap - Interface in jakarta.ws.rs
-
Bootstrap class used to startup a JAX-RS application in Java SE environments.
- SeBootstrap.Configuration - Interface in jakarta.ws.rs
-
Provides information needed by the JAX-RS implementation for bootstrapping an application.
- SeBootstrap.Configuration.Builder - Interface in jakarta.ws.rs
-
Builder for bootstrap
SeBootstrap.Configuration
. - SeBootstrap.Configuration.SSLClientAuthentication - Enum Class in jakarta.ws.rs
-
Secure socket client authentication policy
- SeBootstrap.Instance - Interface in jakarta.ws.rs
-
Handle of the running application instance.
- SeBootstrap.Instance.StopResult - Interface in jakarta.ws.rs
-
Result of stopping the application instance.
- SeContainer - Interface in jakarta.enterprise.inject.se
-
Provides access to the current container in Java SE.
- SeContainerInitializer - Class in jakarta.enterprise.inject.se
-
A CDI container initializer for Java SE.
- SeContainerInitializer() - Constructor for class jakarta.enterprise.inject.se.SeContainerInitializer
- secure(boolean) - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Whether the cookie will only be sent over a secure connection.
- SecurityContext - Interface in jakarta.ws.rs.core
-
An injectable interface that provides access to security related information.
- SEE_OTHER - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
303 See Other, see HTTP/1.1 documentation.
- seeOther(URI) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder for a redirection.
- segment(String...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Append path segments to the existing path.
- select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(TypeLiteral<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given additional required qualifiers. - select(Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.event.Event
-
Obtains a child
Event
for the given required type and additional required qualifiers. - select(Class<U>, Annotation...) - Method in interface jakarta.enterprise.inject.Instance
-
Obtains a child
Instance
for the given required type and additional required qualifiers. - selectAlternatives(Class<?>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternatives classes to the list of selected alternatives for the synthetic bean archive.
- selectAlternativeStereotypes(Class<? extends Annotation>...) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Add alternative stereotype classes to the list of selected alternative stereotypes for the synthetic bean archive.
- selectVariant(List<Variant>) - Method in interface jakarta.ws.rs.core.Request
-
Select the representation variant that best matches the request.
- send(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseEventSink
-
Send an outbound Server-sent event to this sink.
- SerializationContext - Interface in jakarta.json.bind.serializer
-
Provides JSONB internals for custom serializers.
- serialize(String, T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator) - Method in interface jakarta.json.bind.serializer.SerializationContext
-
Serializes arbitrary object to JSON, using current
JsonGenerator
instance. - serialize(T, JsonGenerator, SerializationContext) - Method in interface jakarta.json.bind.serializer.JsonbSerializer
-
Serializes object into JSON stream.
- SERIALIZERS - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom serializers.
- SERVER - Enum constant in enum class jakarta.ws.rs.RuntimeType
-
JAX-RS server run-time.
- SERVER_ERROR - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
5xx
HTTP status codes. - SERVER_SENT_EVENTS - Static variable in class jakarta.ws.rs.core.MediaType
-
String
representation of Server sent events media type. - SERVER_SENT_EVENTS_TYPE - Static variable in class jakarta.ws.rs.core.MediaType
-
Server sent events media type.
- serverError() - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with an server error status.
- ServerErrorException - Exception Class in jakarta.ws.rs
-
A base runtime application exception indicating a server error (HTTP
5xx
status codes). - ServerErrorException(int) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(int, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, int, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response.Status, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- ServerErrorException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.ServerErrorException
-
Construct a new server error exception.
- serverName() - Element in annotation interface jakarta.annotation.sql.DataSourceDefinition
-
Database server name.
- SERVICE_UNAVAILABLE - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
503 Service Unavailable, see HTTP/1.1 documentation.
- ServiceUnavailableException - Exception Class in jakarta.ws.rs
-
A runtime exception indicating that the requested resource
cannot be served
. - ServiceUnavailableException() - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(Response) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(Long) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Long, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception without any "Retry-After" information specified for the failed request.
- ServiceUnavailableException(String, Response) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception.
- ServiceUnavailableException(String, Long) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Long, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(String, Date) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(String, Date, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- ServiceUnavailableException(Date) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with an interval specifying the "Retry-After" information for the failed request.
- ServiceUnavailableException(Date, Throwable) - Constructor for exception class jakarta.ws.rs.ServiceUnavailableException
-
Construct a new "service unavailable" exception with a date specifying the "Retry-After" information for the failed request and an underlying request failure cause.
- SESSION - Static variable in class jakarta.enterprise.context.BeforeDestroyed.Literal
-
Default BeforeDestroyed literal for the SessionScoped scope
- SESSION - Static variable in class jakarta.enterprise.context.Destroyed.Literal
-
Default Destroyed literal for the SessionScoped scope
- SESSION - Static variable in class jakarta.enterprise.context.Initialized.Literal
-
Default Initialized literal for the SessionScoped scope
- SessionBeanType - Enum Class in jakarta.enterprise.inject.spi
-
Identifies the kind of EJB session bean.
- SessionScoped - Annotation Interface in jakarta.enterprise.context
-
Specifies that a bean is session scoped.
- SessionScoped.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
SessionScoped
annotation. - set(int, boolean) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.TRUE
orJsonValue.FALSE
value at the specified position. - set(int, double) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, long) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, JsonArrayBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonArray
from an array builder at the specified position. - set(int, JsonObjectBuilder) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonObject
from an object builder at the specified position. - set(int, JsonValue) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value at the specified position.
- set(int, String) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonString
at the specified position. - set(int, BigDecimal) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(int, BigInteger) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with the specified value as a
JsonNumber
at the specified position. - set(String, Object) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
-
Set an option value
- SET_COOKIE - Static variable in interface jakarta.ws.rs.core.HttpHeaders
-
See IETF RFC 2109.
- setAnnotatedType(AnnotatedType<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessAnnotatedType
-
Replaces the
AnnotatedType
. - setAnnotations(Annotation[]) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update annotations on the formal declaration of the artifact that initiated the intercepted entity provider invocation.
- setBeanAttributes(BeanAttributes<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessBeanAttributes
-
Replaces the
BeanAttributes
. - setBuildServices(BuildServices) - Static method in class jakarta.enterprise.inject.build.compatible.spi.BuildServicesResolver
-
This method should not be used by applications.
- setCDIProvider(CDIProvider) - Static method in class jakarta.enterprise.inject.spi.CDI
-
Set the
CDIProvider
to use. - setClassLoader(ClassLoader) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set a
ClassLoader
. - setEntity(Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity.
- setEntity(Object) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Update object to be written as HTTP entity.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntity(Object, Annotation[], MediaType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new message entity, including the attached annotations and the media type.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new entity input stream.
- setEntityStream(InputStream) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new entity input stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new entity output stream.
- setEntityStream(OutputStream) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new entity output stream.
- setExecutor(Executor) - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
-
Set the notification executor
- setGenericType(Type) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update type of the object to be produced or written.
- setInjectionPoint(InjectionPoint) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionPoint
-
Replaces the InjectionPoint.
- setInjectionTarget(InjectionTarget<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessInjectionTarget
-
Replaces the
InjectionTarget
which performs injection for this target. - setInputStream(InputStream) - Method in interface jakarta.ws.rs.ext.ReaderInterceptorContext
-
Set the input stream of the object to be read.
- setInstance(RuntimeDelegate) - Static method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Set the runtime delegate that will be used by JAX-RS classes.
- setMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the max-age cache control directive.
- setMediaType(MediaType) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update media type of HTTP entity.
- setMethod(String) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set the request method.
- setMethod(String) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set the request method.
- setMustRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setNoCache(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-cache cache control directive.
- setNoStore(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-store cache control directive.
- setNoTransform(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the no-transform cache control directive.
- setNull(int) - Method in interface jakarta.json.JsonArrayBuilder
-
Replaces a value in the array with a
JsonValue.NULL
value at the specified position. - setObserverMethod(ObserverMethod<T>) - Method in interface jakarta.enterprise.inject.spi.ProcessObserverMethod
-
Replaces the
ObserverMethod
. - setOutputStream(OutputStream) - Method in interface jakarta.ws.rs.ext.WriterInterceptorContext
-
Set a new output stream for the object to be written.
- setParameters(Object[]) - Method in interface jakarta.interceptor.InvocationContext
-
Sets the parameter values that will be passed to the method or constructor of the target class.
- setPrivate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the private cache control directive.
- setProducer(Producer<X>) - Method in interface jakarta.enterprise.inject.spi.ProcessProducer
-
Replaces the
Producer
object that will be used by the container to call the producer method or read the producer field. - setProperties(Map<String, Object>) - Method in class jakarta.enterprise.inject.se.SeContainerInitializer
-
Set all the configuration properties.
- setProperty(String, Object) - Method in class jakarta.json.bind.JsonbConfig
-
Set the particular configuration property to a new value.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProperty(String, Object) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Binds an object to a given property name in the current request/response exchange context.
- setProxyRevalidate(boolean) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the must-revalidate cache control directive.
- setRequestUri(URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using the current base URI of the application to resolve the application-specific request URI part.
- setRequestUri(URI, URI) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new request URI using a new base URI to resolve the application-specific request URI part.
- setSecurityContext(SecurityContext) - Method in interface jakarta.ws.rs.container.ContainerRequestContext
-
Set a new injectable security context information for the current request.
- setSMaxAge(int) - Method in class jakarta.ws.rs.core.CacheControl
-
Corresponds to the s-maxage cache control directive.
- setStatus(int) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set a new response status code.
- setStatus(int) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set a new response status code.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.client.ClientResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setStatusInfo(Response.StatusType) - Method in interface jakarta.ws.rs.container.ContainerResponseContext
-
Set the complete status information (status code and reason phrase) associated with the response.
- setTimeout(long) - Method in interface jakarta.enterprise.context.Conversation
-
Set the timeout of the current conversation.
- setTimeout(long, TimeUnit) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/update the suspend timeout.
- setTimeoutHandler(TimeoutHandler) - Method in interface jakarta.ws.rs.container.AsyncResponse
-
Set/replace a time-out handler for the suspended asynchronous response.
- Setting properties. - Search tag in interface jakarta.ws.rs.core.Configurable
- Section
- setType(Class<?>) - Method in interface jakarta.ws.rs.ext.InterceptorContext
-
Update Java type before calling message body provider.
- setUri(URI) - Method in interface jakarta.ws.rs.client.ClientRequestContext
-
Set a new request URI.
- shareable() - Element in annotation interface jakarta.annotation.Resource
-
Indicates whether this resource can be shared between this component and other components.
- SHORT - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
short
value. - SHORT - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
The
short
primitive type - Shutdown - Class in jakarta.enterprise.event
- Shutdown() - Constructor for class jakarta.enterprise.event.Shutdown
- simpleName() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the simple name of this class, as defined by The Java™ Language Specification; in other words, the class name as returned by
Class.getSimpleName()
. - Singleton - Annotation Interface in jakarta.inject
-
Identifies a type that the injector only instantiates once.
- SINGLETON - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A singleton (
jakarta.ejb.Singleton
) session bean - SingletonLiteral - Class in jakarta.enterprise.inject.literal
-
Supports inline instantiation of the
Singleton
annotation. - SingletonLiteral() - Constructor for class jakarta.enterprise.inject.literal.SingletonLiteral
- size() - Method in class jakarta.ws.rs.core.AbstractMultivaluedMap
- skipArray() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_ARRAY
. - SkipIfPortableExtensionPresent - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
-
If a build compatible extension is annotated
@SkipIfPortableExtensionPresent
, it is ignored when the CDI container can execute portable extensions and determines that a portable extension of given class is present. - skipObject() - Method in interface jakarta.json.stream.JsonParser
-
Advance the parser to
END_OBJECT
. - Specializes - Annotation Interface in jakarta.enterprise.inject
-
Indicates that a bean directly specializes another bean.
- Specializes.Literal - Class in jakarta.enterprise.inject
-
Supports inline instantiation of the
Specializes
annotation. - Sse - Interface in jakarta.ws.rs.sse
-
Server-side entry point for creating
OutboundSseEvent
andSseBroadcaster
. - SseBroadcaster - Interface in jakarta.ws.rs.sse
-
Server-Sent events broadcasting facility.
- SseEvent - Interface in jakarta.ws.rs.sse
-
Base Server Sent Event definition.
- SseEventSink - Interface in jakarta.ws.rs.sse
-
Outbound Server-Sent Events stream.
- SseEventSource - Interface in jakarta.ws.rs.sse
-
Client for reading and processing
incoming Server-Sent Events
. - SseEventSource.Builder - Class in jakarta.ws.rs.sse
-
JAX-RS
SseEventSource
builder class. - SSL_CLIENT_AUTHENTICATION - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket client authentication policy.
- SSL_CONTEXT - Static variable in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Configuration key for the secure socket configuration to be used.
- sslClientAuthentication() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the secure socket client authentication policy.
- sslClientAuthentication(SeBootstrap.Configuration.SSLClientAuthentication) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set SSL client authentication policy.
- sslContext() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method to get the
sslContext
to be used. - sslContext(SSLContext) - Method in class jakarta.ws.rs.client.ClientBuilder
-
Set the SSL context that will be used when creating secured transport connections to server endpoints from
web targets
created by the client instance that is using this SSL context. - sslContext(SSLContext) - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Convenience method to set the
sslContext
to be used. - start(Application) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Application, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- start(Class<? extends Application>) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using a default configuration.
- start(Class<? extends Application>, SeBootstrap.Configuration) - Static method in interface jakarta.ws.rs.SeBootstrap
-
Starts the provided application using the specified configuration.
- START_ARRAY - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Start of a JSON array.
- START_OBJECT - Enum constant in enum class jakarta.json.stream.JsonParser.Event
-
Start of a JSON object.
- Startup - Class in jakarta.enterprise.event
- Startup() - Constructor for class jakarta.enterprise.event.Startup
- STATEFUL - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A stateful (
jakarta.ejb.Stateful
) session bean - STATELESS - Enum constant in enum class jakarta.enterprise.inject.spi.SessionBeanType
-
A stateless (
jakarta.ejb.Stateless
) session bean - status(int) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(int, String) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(int, String) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status and reason phrase.
- status(Response.Status) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.Status) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- status(Response.StatusType) - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Set the status on the ResponseBuilder.
- status(Response.StatusType) - Static method in class jakarta.ws.rs.core.Response
-
Create a new ResponseBuilder with the supplied status.
- stereotype(ClassInfo) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - stereotype(Class<? extends Annotation>) - Method in interface jakarta.enterprise.inject.build.compatible.spi.SyntheticBeanBuilder
-
Adds
stereotypeAnnotation
to the set of stereotypes of this synthetic bean. - Stereotype - Annotation Interface in jakarta.enterprise.inject
-
Specifies that an annotation type is a stereotype.
- StereotypeInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
A stereotype.
- stereotypes() - Method in interface jakarta.enterprise.inject.build.compatible.spi.BeanInfo
-
Returns a collection of this bean's stereotypes.
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanAttributesConfigurator
-
Replace stereotypes on the configured bean
- stereotypes(Set<Class<? extends Annotation>>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Replace stereotypes on the configured bean
- stop() - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Initiate immediate shutdown of running application instance.
- stopOnShutdown(Consumer<SeBootstrap.Instance.StopResult>) - Method in interface jakarta.ws.rs.SeBootstrap.Instance
-
Registers a consumer for a
SeBootstrap.Instance.StopResult
which will be executed in a new thread during the JVM shutdown phase. - store - Variable in class jakarta.ws.rs.core.AbstractMultivaluedMap
-
Backing store for the [key, multi-value] pairs.
- stream() - Method in interface jakarta.enterprise.inject.Instance
-
When called, provides back a Stream of the beans available in this Instance.
- StreamingOutput - Interface in jakarta.ws.rs.core
-
A type that may be used as a resource method return value or as the entity in a
Response
when the application wishes to stream the output. - STRICT - Enum constant in enum class jakarta.ws.rs.core.NewCookie.SameSite
-
The
Strict
mode prevents clients from sending cookies with any cross-site request. - STRICT_IJSON - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify strict I-JSON serialization compliance.
- STRING - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A
String
value. - STRING - Enum constant in enum class jakarta.json.JsonValue.ValueType
-
JSON string.
- submit() - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response back.
- submit(InvocationCallback<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and register an
InvocationCallback
to process the future result of the invocation. - submit(GenericType<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back.
- submit(Class<T>) - Method in interface jakarta.ws.rs.client.Invocation
-
Submit the request for an asynchronous invocation and receive a future response of the specified type back.
- SUCCESSFUL - Enum constant in enum class jakarta.ws.rs.core.Response.Status.Family
-
2xx
HTTP status codes. - superClass() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the direct superclass type of this class.
- superClassDeclaration() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns the direct superclass of this class.
- superInterfaces() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of direct superinterface types of this class.
- superInterfacesDeclarations() - Method in interface jakarta.enterprise.lang.model.declarations.ClassInfo
-
Returns a list of direct superinterfaces of this class.
- Suspended - Annotation Interface in jakarta.ws.rs.container
-
Inject a suspended
AsyncResponse
into a parameter of an invoked JAX-RSresource or sub-resource method
. - SyncInvoker - Interface in jakarta.ws.rs.client
-
Uniform interface for synchronous invocation of HTTP methods.
- Synthesis - Annotation Interface in jakarta.enterprise.inject.build.compatible.spi
-
4th phase of build compatible extension execution.
- SyntheticBeanBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic beans.
- SyntheticBeanCreator<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Creation function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticBeanDisposer<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Destruction function for a synthetic bean defined by
SyntheticBeanBuilder
. - SyntheticComponents - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Allows registering synthetic beans and observers.
- SyntheticObserver<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
The event notification function for a synthetic observer defined by
SyntheticObserverBuilder
. - SyntheticObserverBuilder<T> - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Builder for synthetic observers.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form