Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- acceptsBinaryMessage() - Method in class io.quarkus.websockets.next.deployment.Callback
- acceptsMessage() - Method in class io.quarkus.websockets.next.deployment.Callback
- acceptsMessage() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- acceptsMulti() - Method in class io.quarkus.websockets.next.deployment.Callback
- activateRequestContext() - Method in interface io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig
-
Specifies the activation strategy for the CDI request context during endpoint callback invocation.
- activateSessionContext() - Method in interface io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig
-
Specifies the activation strategy for the CDI session context during endpoint callback invocation.
- additionalBeans(CombinedIndexBuildItem, BuildProducer<AdditionalBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- addMetricsSupport(BuildProducer<AdditionalBeanBuildItem>, Optional<MetricsCapabilityBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- addScopeToGlobalErrorHandlers() - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- addTracesSupport(Capabilities, BuildProducer<AdditionalBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- ALWAYS - Enum constant in enum class io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig.ContextActivation
-
The context is always activated.
- annotation - Variable in class io.quarkus.websockets.next.deployment.Callback
- arguments - Variable in class io.quarkus.websockets.next.deployment.Callback
- argumentType(Predicate<CallbackArgument>) - Method in class io.quarkus.websockets.next.deployment.Callback
- asString() - Method in class io.quarkus.websockets.next.deployment.Callback
- AUTO - Enum constant in enum class io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig.ContextActivation
-
The context is only activated if needed.
B
- bean - Variable in class io.quarkus.websockets.next.deployment.Callback
- bean - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- bean() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns the value of the
beanrecord component. - bean() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Returns the value of the
beanrecord component. - beanClassName() - Method in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- beanDefiningAnnotations(BuildProducer<BeanDefiningAnnotationBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- BINARY - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
- BLOCKING - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- broadcast() - Method in class io.quarkus.websockets.next.deployment.Callback
- BUFFER - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- builtinCallbackArguments(BuildProducer<CallbackArgumentBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- bytecode() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.InvocationBytecodeContext
C
- callback() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns the value of the
callbackrecord component. - callback() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Returns the value of the
callbackrecord component. - Callback - Class in io.quarkus.websockets.next.deployment
-
Represents either an endpoint callback or a global error handler.
- Callback(Callback.Target, AnnotationInstance, BeanInfo, MethodInfo, WebSocketEndpoint.ExecutionModel, CallbackArgumentsBuildItem, TransformedAnnotationsBuildItem, String, IndexView) - Constructor for class io.quarkus.websockets.next.deployment.Callback
- CALLBACK_ANNOTATIONS - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- Callback.MessageType - Enum Class in io.quarkus.websockets.next.deployment
- Callback.Target - Enum Class in io.quarkus.websockets.next.deployment
- callbackAnnotation() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- CallbackArgument - Interface in io.quarkus.websockets.next.deployment
-
Provides arguments for method parameters of a callback method declared on a WebSocket endpoint.
- CallbackArgument.InvocationBytecodeContext - Interface in io.quarkus.websockets.next.deployment
- CallbackArgument.ParameterContext - Interface in io.quarkus.websockets.next.deployment
- CallbackArgumentBuildItem - Class in io.quarkus.websockets.next.deployment
- CallbackArgumentBuildItem(CallbackArgument) - Constructor for class io.quarkus.websockets.next.deployment.CallbackArgumentBuildItem
- CallbackArgumentsBuildItem - Class in io.quarkus.websockets.next.deployment
- CallbackArgumentsBuildItem(List<CallbackArgument>) - Constructor for class io.quarkus.websockets.next.deployment.CallbackArgumentsBuildItem
- callbackTarget() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- CLIENT - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.Target
- CLIENT_ENDPOINT_SUFFIX - Static variable in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- clientSyntheticBeans(WebSocketClientRecorder, List<GeneratedEndpointBuildItem>, BuildProducer<SyntheticBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- CLOSE_REASON - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- CloseReasonCallbackArgument - Class in io.quarkus.websockets.next.deployment
- CloseReasonCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.CloseReasonCallbackArgument
- collectCallbackArguments(List<CallbackArgumentBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- collectEndpointAuthorizationPolicies(BeanArchiveIndexBuildItem, Capabilities, List<WebSocketEndpointBuildItem>, Optional<SecurityTransformerBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- collectEndpoints(BeanArchiveIndexBuildItem, BeanDiscoveryFinishedBuildItem, CallbackArgumentsBuildItem, TransformedAnnotationsBuildItem, BuildProducer<ReflectiveHierarchyBuildItem>, BuildProducer<WebSocketEndpointBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- collectEndpointSecurityChecks(BeanArchiveIndexBuildItem, List<WebSocketEndpointBuildItem>, Optional<ClassSecurityCheckStorageBuildItem>, Capabilities, Optional<SecurityTransformerBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- collectGlobalErrorHandlers(BeanArchiveIndexBuildItem, BeanDiscoveryFinishedBuildItem, BuildProducer<GlobalErrorHandlersBuildItem>, BuildProducer<UnremovableBeanBuildItem>, CallbackArgumentsBuildItem, TransformedAnnotationsBuildItem) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- CONNECTION - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ConnectionCallbackArgument - Class in io.quarkus.websockets.next.deployment
- ConnectionCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.ConnectionCallbackArgument
- createHeaderPropagationHandler(BuildProducer<FilterBuildItem>, WebSocketsServerBuildConfig) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- createHttpUpgradeSecurityInterceptor(WebSocketServerRecorder, BuildProducer<SyntheticBeanBuildItem>, List<WebSocketEndpointBuildItem>, List<EagerSecurityInterceptorClassesBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- createSecurityChecksForHttpUpgradeCheck(Capabilities, BuildProducer<ClassSecurityAnnotationBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- createSecurityHttpUpgradeCheck(BuildProducer<SyntheticBeanBuildItem>, WebSocketProcessor.EndpointSecurityChecksBuildItem, WebSocketServerRecorder, WebSocketProcessor.AuthorizationPolicyToEndpointsBuildItem) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- createSecurityIdentityAssociation(Capabilities, BuildProducer<AdditionalBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- createTelemetryProvider(BuildProducer<SyntheticBeanBuildItem>, Capabilities, WebSocketTelemetryRecorder, Optional<MetricsCapabilityBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
D
- decodeMessage(BlockCreator, Expr, boolean, Type, Var, Callback) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- DEFAULT_PRIORITY - Static variable in interface io.quarkus.websockets.next.deployment.CallbackArgument
- delegateToWebSocketSecurityIdentityAssociationFromTestSecurity(Capabilities, BuildProducer<SystemPropertyBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
E
- endpointClassName - Variable in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- endpointId - Variable in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- endpointPath - Variable in class io.quarkus.websockets.next.deployment.Callback
- endpointPath() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- equals(Object) - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Indicates whether some other object is "equal to" this one.
- ErrorCallbackArgument - Class in io.quarkus.websockets.next.deployment
- ErrorCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- ErrorHandler(BeanInfo, Callback, FieldDesc, List<DotName>) - Constructor for record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Creates an instance of a
ErrorHandlerrecord class. - executionModel - Variable in class io.quarkus.websockets.next.deployment.Callback
- executionModelAnnotations(TransformedAnnotationsBuildItem) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
F
- feature() - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- findCallback(Callback.Target, IndexView, BeanInfo, ClassInfo, DotName, CallbackArgumentsBuildItem, TransformedAnnotationsBuildItem, String) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- findErrorHandlers(Callback.Target, IndexView, BeanInfo, ClassInfo, CallbackArgumentsBuildItem, TransformedAnnotationsBuildItem, String) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- findMatching(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.CallbackArgumentsBuildItem
- forClient() - Method in class io.quarkus.websockets.next.deployment.GlobalErrorHandlersBuildItem
- forServer() - Method in class io.quarkus.websockets.next.deployment.GlobalErrorHandlersBuildItem
G
- generateArguments(BlockCreator, Expr, Var, TransformedAnnotationsBuildItem, IndexView) - Method in class io.quarkus.websockets.next.deployment.Callback
- generatedClassName - Variable in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- GeneratedEndpointBuildItem - Class in io.quarkus.websockets.next.deployment
-
A generated representation of a WebSocket endpoint.
- GeneratedEndpointBuildItem(String, String, String, String, boolean) - Constructor for class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- generateEndpoint(WebSocketEndpointBuildItem, TransformedAnnotationsBuildItem, IndexView, Gizmo, GlobalErrorHandlersBuildItem, String, InvokerFactoryBuildItem, boolean) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
-
The generated endpoint class looks like:
- generateEndpoints(BeanArchiveIndexBuildItem, List<WebSocketEndpointBuildItem>, TransformedAnnotationsBuildItem, GlobalErrorHandlersBuildItem, InvokerFactoryBuildItem, BuildProducer<GeneratedClassBuildItem>, BuildProducer<GeneratedResourceBuildItem>, BuildProducer<GeneratedEndpointBuildItem>, BuildProducer<ReflectiveClassBuildItem>, Optional<MetricsCapabilityBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- get(CallbackArgument.InvocationBytecodeContext) - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument
-
This method is only used if
CallbackArgument.matches(ParameterContext)previously returnedtruefor the same parameter context. - get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.CloseReasonCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.ConnectionCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.HandshakeRequestCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.KotlinContinuationCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.MessageCallbackArgument
- get(CallbackArgument.InvocationBytecodeContext) - Method in class io.quarkus.websockets.next.deployment.PathParamCallbackArgument
- getConnection() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.InvocationBytecodeContext
-
Obtains the current connection directly in the bytecode.
- getDecodedMessage(Type) - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.InvocationBytecodeContext
-
Attempts to obtain the decoded message directly in the bytecode.
- getEndpointClassName() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- getEndpointId() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- getGeneratedClassName() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- getInputCodec() - Method in class io.quarkus.websockets.next.deployment.Callback
- getOriginalPath(String) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- getOutputCodec() - Method in class io.quarkus.websockets.next.deployment.Callback
- getPath() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- getPath(String) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- getPathParamNames(String) - Static method in class io.quarkus.websockets.next.deployment.PathParamCallbackArgument
- getPathPrefix(IndexView, DotName) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- getPayload() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.InvocationBytecodeContext
-
Obtains the message or error directly in the bytecode.
- getProvider() - Method in class io.quarkus.websockets.next.deployment.CallbackArgumentBuildItem
- GlobalErrorHandler(BeanInfo, Callback) - Constructor for record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Creates an instance of a
GlobalErrorHandlerrecord class. - GlobalErrorHandlersBuildItem - Class in io.quarkus.websockets.next.deployment
- GlobalErrorHandlersBuildItem(List<WebSocketProcessor.GlobalErrorHandler>) - Constructor for class io.quarkus.websockets.next.deployment.GlobalErrorHandlersBuildItem
H
- handlers - Variable in class io.quarkus.websockets.next.deployment.GlobalErrorHandlersBuildItem
- HANDSHAKE_REQUEST - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- HandshakeRequestCallbackArgument - Class in io.quarkus.websockets.next.deployment
- HandshakeRequestCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.HandshakeRequestCallbackArgument
- hasBlockingSignature(MethodInfo) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- hashCode() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns a hash code value for this object.
- hashCode() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Returns a hash code value for this object.
- hierarchy() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns the value of the
hierarchyrecord component. - HTTP_UPGRADE_CHECK_NAME - Static variable in class io.quarkus.websockets.next.deployment.WebSocketProcessor
I
- id - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- inboundProcessingMode - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- index() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- invoker() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns the value of the
invokerrecord component. - io.quarkus.websockets.next.deployment - package io.quarkus.websockets.next.deployment
- io.quarkus.websockets.next.deployment.config - package io.quarkus.websockets.next.deployment.config
- io.quarkus.websockets.next.deployment.devui - package io.quarkus.websockets.next.deployment.devui
- isByteArray(Type) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- isClient - Variable in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- isClient - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- isClient() - Method in class io.quarkus.websockets.next.deployment.Callback
- isClient() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- isClient() - Method in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- isError(CallbackArgument) - Static method in class io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- isGlobal() - Method in class io.quarkus.websockets.next.deployment.Callback
- isKotlinSuspendFunction() - Method in class io.quarkus.websockets.next.deployment.Callback
- isKotlinSuspendFunctionReturningUnit() - Method in class io.quarkus.websockets.next.deployment.Callback
- isMessage(CallbackArgument) - Static method in class io.quarkus.websockets.next.deployment.MessageCallbackArgument
- isOnClose() - Method in class io.quarkus.websockets.next.deployment.Callback
- isOnError() - Method in class io.quarkus.websockets.next.deployment.Callback
- isOnOpen() - Method in class io.quarkus.websockets.next.deployment.Callback
- isReturnTypeMulti() - Method in class io.quarkus.websockets.next.deployment.Callback
- isReturnTypeUni() - Method in class io.quarkus.websockets.next.deployment.Callback
- isReturnTypeVoid() - Method in class io.quarkus.websockets.next.deployment.Callback
- isServer() - Method in class io.quarkus.websockets.next.deployment.Callback
- isServer() - Method in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- isServer() - Method in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- isThrowable(IndexView, DotName) - Method in class io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- isUniVoid(Type) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
J
- JSON_ARRAY - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- JSON_OBJECT - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
K
- KotlinContinuationCallbackArgument - Class in io.quarkus.websockets.next.deployment
- KotlinContinuationCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.KotlinContinuationCallbackArgument
L
- level() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
M
- makeHttpUpgradeChecksUnremovable() - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- matches(CallbackArgument.ParameterContext) - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.CloseReasonCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.ConnectionCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.ErrorCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.HandshakeRequestCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.KotlinContinuationCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.MessageCallbackArgument
- matches(CallbackArgument.ParameterContext) - Method in class io.quarkus.websockets.next.deployment.PathParamCallbackArgument
- mergePath(String, String) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- MessageCallbackArgument - Class in io.quarkus.websockets.next.deployment
- MessageCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.MessageCallbackArgument
- messageParamType() - Method in class io.quarkus.websockets.next.deployment.Callback
- messageType - Variable in class io.quarkus.websockets.next.deployment.Callback
- messageType() - Method in class io.quarkus.websockets.next.deployment.Callback
- method - Variable in class io.quarkus.websockets.next.deployment.Callback
- methodToString(MethodInfo) - Static method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- MULTI - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
N
- NESTED_SEPARATOR - Static variable in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- NON_BLOCKING - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- NONE - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
O
- ON_BINARY_MESSAGE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_CLOSE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_ERROR - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_OPEN - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_PING_MESSAGE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_PONG_MESSAGE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- ON_TEXT_MESSAGE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- onBinaryMessage - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onClose - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onErrors - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onOpen - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onPingMessage - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onPongMessage - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- onTextMessage - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
P
- pages(List<WebSocketEndpointBuildItem>, List<GeneratedEndpointBuildItem>, BuildProducer<CardPageBuildItem>) - Method in class io.quarkus.websockets.next.deployment.devui.WebSocketServerDevUIProcessor
- parameter() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- parameterAnnotations() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument.ParameterContext
- path - Variable in class io.quarkus.websockets.next.deployment.GeneratedEndpointBuildItem
- path - Variable in class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- PATH_PARAM - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- PathParamCallbackArgument - Class in io.quarkus.websockets.next.deployment
- PathParamCallbackArgument() - Constructor for class io.quarkus.websockets.next.deployment.PathParamCallbackArgument
- PING - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
- PONG - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
- preventRepeatedSecurityChecksForHttpUpgrade(Capabilities, CombinedIndexBuildItem, BuildProducer<AnnotationsTransformerBuildItem>, Optional<SecurityTransformerBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- priority() - Method in interface io.quarkus.websockets.next.deployment.CallbackArgument
- priority() - Method in class io.quarkus.websockets.next.deployment.MessageCallbackArgument
- produceCoroutineScope(BuildProducer<AdditionalBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- propagateSubprotocolHeaders() - Method in interface io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig
-
If enabled, the WebSocket opening handshake headers are enhanced with the 'Sec-WebSocket-Protocol' sub-protocol that match format 'quarkus-http-upgrade#header-name#header-value'.
R
- registerRoutes(WebSocketServerRecorder, List<WebSocketEndpointBuildItem>, List<GeneratedEndpointBuildItem>, WebSocketsServerBuildConfig, ValidationPhaseBuildItem, BuildProducer<RouteBuildItem>, Optional<PermissionsAllowedMetaAnnotationBuildItem>, WebSocketProcessor.EndpointSecurityChecksBuildItem, Capabilities, CombinedIndexBuildItem, Optional<SecurityTransformerBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- returnType() - Method in class io.quarkus.websockets.next.deployment.Callback
- rpcProvider() - Method in class io.quarkus.websockets.next.deployment.devui.WebSocketServerDevUIProcessor
- RUN_ON_VIRTUAL_THREAD - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
S
- SERVER - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.Target
- SERVER_ENDPOINT_SUFFIX - Static variable in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- serverSyntheticBeans(WebSocketServerRecorder, List<GeneratedEndpointBuildItem>, BuildProducer<SyntheticBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- sortedArguments - Variable in class io.quarkus.websockets.next.deployment.CallbackArgumentsBuildItem
- STRING - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- supportSecurityIdentityUpdate(BeanDiscoveryFinishedBuildItem, WebSocketServerRecorder, Capabilities, CombinedIndexBuildItem, BuildProducer<SyntheticBeanBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
T
- target - Variable in class io.quarkus.websockets.next.deployment.Callback
- TEXT - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
- THROWABLE - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- toString() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.ErrorHandler
-
Returns a string representation of this record class.
- toString() - Method in record class io.quarkus.websockets.next.deployment.WebSocketProcessor.GlobalErrorHandler
-
Returns a string representation of this record class.
- TRANSACTIONAL - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- TRANSLATED_PATH_PARAM_PATTERN - Static variable in class io.quarkus.websockets.next.deployment.WebSocketProcessor
U
- UNDEFINED - Enum constant in enum class io.quarkus.websockets.next.deployment.Callback.Target
- UNI - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
V
- validateConnectorInjectionPoints(List<WebSocketEndpointBuildItem>, BeanDiscoveryFinishedBuildItem, ValidationPhaseBuildItem, BuildProducer<ValidationPhaseBuildItem.ValidationErrorBuildItem>) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- validateHttpUpgradeCheckNotRequestScoped(ValidationPhaseBuildItem) - Method in class io.quarkus.websockets.next.deployment.WebSocketProcessor
- valueOf(String) - Static method in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.quarkus.websockets.next.deployment.Callback.Target
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig.ContextActivation
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.quarkus.websockets.next.deployment.Callback.MessageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.quarkus.websockets.next.deployment.Callback.Target
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.quarkus.websockets.next.deployment.config.WebSocketsServerBuildConfig.ContextActivation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VOID - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
W
- WEB_SOCKET - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WEB_SOCKET_CLIENT - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WEB_SOCKET_CLIENT_CONNECTION - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WEB_SOCKET_CONNECTION - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WEB_SOCKET_CONNECTOR - Static variable in class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WebSocketDotNames - Class in io.quarkus.websockets.next.deployment
- WebSocketDotNames() - Constructor for class io.quarkus.websockets.next.deployment.WebSocketDotNames
- WebSocketEndpointBuildItem - Class in io.quarkus.websockets.next.deployment
-
This build item represents a WebSocket endpoint class, i.e. class annotated with
WebSocketorWebSocketClient. - WebSocketEndpointBuildItem(boolean, BeanInfo, String, String, InboundProcessingMode, Callback, Callback, Callback, Callback, Callback, Callback, List<Callback>) - Constructor for class io.quarkus.websockets.next.deployment.WebSocketEndpointBuildItem
- WebSocketProcessor - Class in io.quarkus.websockets.next.deployment
- WebSocketProcessor() - Constructor for class io.quarkus.websockets.next.deployment.WebSocketProcessor
- WebSocketProcessor.ErrorHandler - Record Class in io.quarkus.websockets.next.deployment
- WebSocketProcessor.GlobalErrorHandler - Record Class in io.quarkus.websockets.next.deployment
- WebSocketServerDevUIProcessor - Class in io.quarkus.websockets.next.deployment.devui
- WebSocketServerDevUIProcessor() - Constructor for class io.quarkus.websockets.next.deployment.devui.WebSocketServerDevUIProcessor
- WebSocketsServerBuildConfig - Interface in io.quarkus.websockets.next.deployment.config
- WebSocketsServerBuildConfig.ContextActivation - Enum Class in io.quarkus.websockets.next.deployment.config
All Classes and Interfaces|All Packages|Constant Field Values