Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- BAD_GATEWAY - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
502 Bad Gateway, see HTTP/1.1 documentation.
- BAD_REQUEST - Enum constant in enum class jakarta.ws.rs.core.Response.Status
-
400 Bad Request, see HTTP/1.1 documentation.
- BadRequestException - Exception Class in jakarta.ws.rs
-
A runtime exception indicating a
bad client request
. - BadRequestException() - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Response, Throwable) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Response, Throwable) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(String, Throwable) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BadRequestException(Throwable) - Constructor for exception class jakarta.ws.rs.BadRequestException
-
Construct a new bad client request exception.
- BASE_64 - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045.
- BASE_64_URL - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded using the "URL and Filename safe Base64 Alphabet" as specified in Table 2 of RFC 4648.
- baseUri() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Convenience method that returns a built the
URI
for the application. - baseUri(String) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI as a string for resolution of relative URIs.
- baseUri(URI) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Set the base URI for resolution of relative URIs.
- baseUriBuilder() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Returns a
UriBuilder
that includes the application root path. - BASIC_AUTH - Static variable in interface jakarta.ws.rs.core.SecurityContext
-
String identifier for Basic authentication.
- bean() - Method in interface jakarta.enterprise.inject.build.compatible.spi.ObserverInfo
-
Returns the
bean
that declares this observer method. - Bean<T> - Interface in jakarta.enterprise.inject.spi
-
Represents an enabled bean.
- BeanAttributes<T> - Interface in jakarta.enterprise.inject.spi
-
The BeanAttributes interface exposes the basic attributes of a bean.
- BeanAttributesConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
BeanAttributes
instance. - beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.BeanConfigurator
-
Set the class of the configured Bean.
- beanClass(Class<?>) - Method in interface jakarta.enterprise.inject.spi.configurator.ObserverMethodConfigurator
-
Set the class of the Bean containing this observer.
- BeanConfigurator<T> - Interface in jakarta.enterprise.inject.spi.configurator
-
This API is an helper to configure a new
Bean
instance. - BeanContainer - Interface in jakarta.enterprise.inject.spi
-
BeanContainer
is a superclass ofBeanManager
containing capabilities that are portable across all CDI environments. - BeanInfo - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Beans are: managed beans beans defined by producer methods beans defined by producer fields synthetic beans Managed beans are also known as class-based beans, while beans defined by producer methods and producer fields are together also known as producer-based beans.
- BeanManager - Interface in jakarta.enterprise.inject.spi
-
Allows a portable extension to interact directly with the container.
- BeanParam - Annotation Interface in jakarta.ws.rs
-
The annotation that may be used to inject custom JAX-RS "parameter aggregator" value object into a resource class field, property or resource method parameter.
- BEFORE_COMPLETION - Enum constant in enum class jakarta.enterprise.event.TransactionPhase
-
Identifies a before completion observer method, called during the before completion phase of the transaction.
- BeforeBeanDiscovery - Interface in jakarta.enterprise.inject.spi
-
This event type is thrown by the container before the bean discovery process begins.
- BeforeDestroyed - Annotation Interface in jakarta.enterprise.context
-
An event with this qualifier is fired when a context is about to be destroyed, i.e.
- BeforeDestroyed.Literal - Class in jakarta.enterprise.context
-
Supports inline instantiation of the
BeforeDestroyed
qualifier. - BeforeShutdown - Interface in jakarta.enterprise.inject.spi
-
The type of the final event the container fires after it has finished processing requests and destroyed all contexts.
- begin() - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running.
- begin(String) - Method in interface jakarta.enterprise.context.Conversation
-
Mark the current transient conversation long-running, with a specified identifier.
- bigDecimalValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigDecimal
object. - bigIntegerValue() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
-
Returns this JSON number as a
BigInteger
object. - BINARY_DATA_STRATEGY - Static variable in class jakarta.json.bind.JsonbConfig
-
Property used to specify custom binary data strategy.
- BinaryDataStrategy - Class in jakarta.json.bind.config
-
Specifies predefined binary data handling strategies.
- BOOLEAN - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
boolean
value. - BOOLEAN - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
The
boolean
primitive type - bootstrap(Application, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- bootstrap(Class<? extends Application>, SeBootstrap.Configuration) - Method in class jakarta.ws.rs.ext.RuntimeDelegate
-
Perform startup of the application in Java SE environments.
- bounds() - Method in interface jakarta.enterprise.lang.model.types.TypeVariable
-
Returns the bounds declared for this type variable.
- broadcast(OutboundSseEvent) - Method in interface jakarta.ws.rs.sse.SseBroadcaster
-
Publish an SSE event to all registered
SseEventSink
instances. - bufferEntity() - Method in class jakarta.ws.rs.core.Response
-
Buffer the message entity data.
- build() - Method in interface jakarta.enterprise.event.NotificationOptions.Builder
-
Build the notification options
- build() - Method in interface jakarta.enterprise.inject.build.compatible.spi.AnnotationBuilder
-
Returns an
AnnotationInfo
that includes all annotation members defined by previous method calls on this builder. - build() - Method in interface jakarta.enterprise.invoke.InvokerBuilder
-
Returns the built
Invoker
or some representation of it. - build() - Method in interface jakarta.json.bind.JsonbBuilder
-
Returns a new instance of
Jsonb
based on the parameters and configuration specified previously in this builder. - build() - Method in interface jakarta.json.JsonArrayBuilder
-
Returns the current array.
- build() - Method in interface jakarta.json.JsonObjectBuilder
-
Returns the JSON object associated with this object builder.
- build() - Method in interface jakarta.json.JsonPatchBuilder
-
Returns the JSON Patch.
- build() - Method in class jakarta.ws.rs.client.ClientBuilder
-
Build a new client instance using all the configuration previously specified in this client builder.
- build() - Method in class jakarta.ws.rs.core.Cookie.AbstractCookieBuilder
-
Build a new
Cookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.Cookie.Builder
- build() - Method in interface jakarta.ws.rs.core.EntityPart.Builder
-
Builds a new EntityPart instance using the provided property values.
- build() - Method in class jakarta.ws.rs.core.NewCookie.AbstractNewCookieBuilder
-
Build a new
NewCookie
instance using all the configuration previously specified in this builder. - build() - Method in class jakarta.ws.rs.core.NewCookie.Builder
- build() - Method in class jakarta.ws.rs.core.Response.ResponseBuilder
-
Create a Response instance from the current ResponseBuilder.
- build() - Method in class jakarta.ws.rs.core.Variant.VariantListBuilder
-
Add the current combination of metadata to the list of supported variants (provided the current combination of metadata is not empty) and build a list of representation variants from the current state of the builder.
- build() - Method in interface jakarta.ws.rs.SeBootstrap.Configuration.Builder
-
Builds a bootstrap configuration instance from the provided property values.
- build() - Method in interface jakarta.ws.rs.sse.OutboundSseEvent.Builder
-
Build
OutboundSseEvent
. - build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
-
Build new SSE event source pointing at a SSE streaming
web target
. - build(Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters.
- build(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(Object[], boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI, using the supplied values in order to replace any URI template parameters.
- build(String) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name.
- build(String, Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a request invocation using an arbitrary request method name and request entity.
- BuildCompatibleExtension - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Build compatible extensions are service providers for this interface, as defined in
ServiceLoader
. - buildDelete() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a DELETE request invocation.
- builder() - Static method in interface jakarta.enterprise.event.NotificationOptions
- builder() - Static method in interface jakarta.ws.rs.SeBootstrap.Configuration
-
Creates a new bootstrap configuration builder instance.
- Builder() - Constructor for class jakarta.ws.rs.sse.SseEventSource.Builder
-
Allows custom implementations to extend the SSE event source builder class.
- Builder(Cookie) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance supplementing the information in the supplied cookie.
- Builder(String) - Constructor for class jakarta.ws.rs.core.Cookie.Builder
-
Create a new instance.
- Builder(String) - Constructor for class jakarta.ws.rs.core.NewCookie.Builder
-
Create a new instance.
- buildFromEncoded(Object...) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromEncodedMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildFromMap(Map<String, ?>, boolean) - Method in class jakarta.ws.rs.core.UriBuilder
-
Build a URI.
- buildGet() - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a GET request invocation.
- buildPost(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a POST request invocation.
- buildPut(Entity<?>) - Method in interface jakarta.ws.rs.client.Invocation.Builder
-
Build a PUT request invocation.
- buildRelativized(URI, Object...) - Method in interface jakarta.ws.rs.core.Link.Builder
-
Finish building this link using the supplied values as URI parameters and relativize the result with respect to the supplied URI.
- BuildServices - Interface in jakarta.enterprise.inject.build.compatible.spi
-
Service provider interface for various services needed by
BuildCompatibleExtension
implementations. - BuildServicesResolver - Class in jakarta.enterprise.inject.build.compatible.spi
-
An internal helper to resolve
BuildServices
implementations. - BuildServicesResolver() - Constructor for class jakarta.enterprise.inject.build.compatible.spi.BuildServicesResolver
- Built-in scopes - Search tag in package jakarta.enterprise.context
- Section
- BusyConversationException - Exception Class in jakarta.enterprise.context
-
Indicates that the container has rejected a request because a concurrent request is associated with the same conversation context.
- BusyConversationException() - Constructor for exception class jakarta.enterprise.context.BusyConversationException
-
Creates the exception with no detail message or cause.
- BusyConversationException(String) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
-
Creates the exception with given detail message.
- BusyConversationException(String, Throwable) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
-
Creates the exception with given detail message and cause.
- BusyConversationException(Throwable) - Constructor for exception class jakarta.enterprise.context.BusyConversationException
-
Creates the exception with given cause.
- BYTE - Enum constant in enum class jakarta.enterprise.lang.model.AnnotationMember.Kind
-
A primitive
byte
value. - BYTE - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
-
The
byte
primitive type - BYTE - Static variable in class jakarta.json.bind.config.BinaryDataStrategy
-
Using this strategy, binary data is encoded as a byte array.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form