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 abad 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 theURIfor 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 aUriBuilderthat 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 thebeanthat 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 newBeanAttributesinstance.
- 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 newBeaninstance.
- BeanContainer - Interface in jakarta.enterprise.inject.spi
- 
BeanContaineris a superclass ofBeanManagercontaining 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 theBeforeDestroyedqualifier.
- 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 aBigDecimalobject.
- bigIntegerValue() - Method in interface jakarta.json.JsonNumber
- 
Returns this JSON number as aBigIntegerobject.
- bigIntegerValueExact() - Method in interface jakarta.json.JsonNumber
- 
Returns this JSON number as aBigIntegerobject.
- 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 primitivebooleanvalue.
- BOOLEAN - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- 
Thebooleanprimitive 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 registeredSseEventSinkinstances.
- 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 anAnnotationInfothat includes all annotation members defined by previous method calls on this builder.
- build() - Method in interface jakarta.enterprise.invoke.InvokerBuilder
- 
Returns the builtInvokeror some representation of it.
- build() - Method in interface jakarta.json.bind.JsonbBuilder
- 
Returns a new instance ofJsonbbased 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 newCookieinstance 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 newNewCookieinstance 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
- 
BuildOutboundSseEvent.
- build() - Method in class jakarta.ws.rs.sse.SseEventSource.Builder
- 
Build new SSE event source pointing at a SSE streamingweb 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 inServiceLoader.
- 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 byBuildCompatibleExtensionimplementations.
- BuildServicesResolver - Class in jakarta.enterprise.inject.build.compatible.spi
- 
An internal helper to resolveBuildServicesimplementations.
- 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 primitivebytevalue.
- BYTE - Enum constant in enum class jakarta.enterprise.lang.model.types.PrimitiveType.PrimitiveKind
- 
Thebyteprimitive 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