Hierarchy For All Packages
Package Hierarchies:Class Hierarchy
- java.lang.Object
- jakarta.enterprise.util.AnnotationLiteral<T> (implements java.lang.annotation.Annotation, java.io.Serializable)
- io.quarkus.websockets.next.Closed.Literal (implements io.quarkus.websockets.next.Closed)
- io.quarkus.websockets.next.Open.Literal (implements io.quarkus.websockets.next.Open)
- io.quarkus.websockets.next.runtime.ClientConnectionManager (implements io.quarkus.websockets.next.OpenClientConnections)
- io.quarkus.websockets.next.CloseReason
- io.quarkus.websockets.next.runtime.Codecs
- io.quarkus.websockets.next.runtime.ConcurrencyLimiter
- io.quarkus.websockets.next.runtime.ConcurrencyLimiter.PromiseComplete
- io.quarkus.websockets.next.runtime.ConnectionManager (implements io.quarkus.websockets.next.OpenConnections)
- io.quarkus.websockets.next.runtime.ContextSupport
- io.quarkus.websockets.next.runtime.Endpoints
- io.quarkus.websockets.next.HttpUpgradeCheck.CheckResult
- io.quarkus.websockets.next.runtime.JsonTextMessageCodec (implements io.quarkus.websockets.next.TextMessageCodec<T>)
- java.lang.Record
- io.quarkus.websockets.next.runtime.ConcurrencyLimiter.Action
- io.quarkus.websockets.next.HttpUpgradeCheck.HttpUpgradeContext
- io.quarkus.websockets.next.runtime.devui.WebSocketNextJsonRPCService.DevWebSocket
- io.quarkus.websockets.next.runtime.devui.WebSocketNextJsonRPCService.TextMessage
- io.quarkus.websockets.next.runtime.SecurityHttpUpgradeCheck (implements io.quarkus.websockets.next.HttpUpgradeCheck)
- io.quarkus.websockets.next.runtime.SecuritySupport
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- io.quarkus.websockets.next.WebSocketException
- io.quarkus.websockets.next.BinaryDecodeException
- io.quarkus.websockets.next.BinaryEncodeException
- io.quarkus.websockets.next.TextDecodeException
- io.quarkus.websockets.next.TextEncodeException
- io.quarkus.websockets.next.WebSocketClientException
- io.quarkus.websockets.next.WebSocketServerException
- io.quarkus.websockets.next.WebSocketException
- java.lang.RuntimeException
- java.lang.Exception
- io.quarkus.websockets.next.runtime.TrafficLogger
- io.quarkus.websockets.next.runtime.WebSocketClientRecorder
- io.quarkus.websockets.next.runtime.WebSocketClientRecorder.ClientEndpoint
- io.quarkus.websockets.next.runtime.WebSocketConnectionBase
- io.quarkus.websockets.next.runtime.WebSocketClientConnectionImpl (implements io.quarkus.websockets.next.WebSocketClientConnection)
- io.quarkus.websockets.next.runtime.WebSocketConnectionImpl (implements io.quarkus.websockets.next.WebSocketConnection)
- io.quarkus.websockets.next.runtime.WebSocketConnectorBase<THIS>
- io.quarkus.websockets.next.runtime.BasicWebSocketConnectorImpl (implements io.quarkus.websockets.next.BasicWebSocketConnector)
- io.quarkus.websockets.next.runtime.WebSocketConnectorImpl<CLIENT> (implements io.quarkus.websockets.next.WebSocketConnector<CLIENT>)
- io.quarkus.websockets.next.runtime.WebSocketEndpointBase (implements io.quarkus.websockets.next.runtime.WebSocketEndpoint)
- io.quarkus.websockets.next.runtime.WebSocketHttpServerOptionsCustomizer (implements io.quarkus.vertx.http.HttpServerOptionsCustomizer)
- io.quarkus.websockets.next.runtime.devui.WebSocketNextJsonRPCService (implements io.quarkus.websockets.next.runtime.ConnectionManager.ConnectionListener)
- io.quarkus.websockets.next.runtime.WebSocketServerRecorder
- io.quarkus.websockets.next.runtime.WebSocketSessionContext (implements io.quarkus.arc.ManagedContext)
- io.quarkus.websockets.next.runtime.WebSocketSessionContext.SessionContextState (implements io.quarkus.arc.InjectableContext.ContextState)
- jakarta.enterprise.util.AnnotationLiteral<T> (implements java.lang.annotation.Annotation, java.io.Serializable)
Interface Hierarchy
- io.quarkus.websockets.next.BasicWebSocketConnector
- io.quarkus.websockets.next.runtime.ClientConnectionManager.ClientConnectionListener
- io.quarkus.websockets.next.runtime.ConnectionManager.ConnectionListener
- io.quarkus.websockets.next.HandshakeRequest
- io.quarkus.websockets.next.HttpUpgradeCheck
- java.lang.Iterable<T>
- io.quarkus.websockets.next.OpenClientConnections
- io.quarkus.websockets.next.OpenConnections
- io.quarkus.websockets.next.MessageCodec<T,
MESSAGE> - io.quarkus.websockets.next.BinaryMessageCodec<T>
- io.quarkus.websockets.next.TextMessageCodec<T>
- io.quarkus.websockets.next.Sender
- io.quarkus.websockets.next.BlockingSender
- io.quarkus.websockets.next.WebSocketClientConnection (also extends io.quarkus.websockets.next.Sender)
- io.quarkus.websockets.next.WebSocketConnection (also extends io.quarkus.websockets.next.Sender)
- io.quarkus.websockets.next.WebSocketConnection.BroadcastSender (also extends io.quarkus.websockets.next.Sender)
- io.quarkus.websockets.next.WebSocketClientConnection (also extends io.quarkus.websockets.next.BlockingSender)
- io.quarkus.websockets.next.WebSocketConnection (also extends io.quarkus.websockets.next.BlockingSender)
- io.quarkus.websockets.next.WebSocketConnection.BroadcastSender (also extends io.quarkus.websockets.next.BlockingSender)
- io.quarkus.websockets.next.BlockingSender
- io.quarkus.websockets.next.TrafficLoggingConfig
- io.quarkus.websockets.next.runtime.WebSocketClientRecorder.ClientEndpointsContext
- io.quarkus.websockets.next.WebSocketConnector<CLIENT>
- io.quarkus.websockets.next.runtime.WebSocketEndpoint
- io.quarkus.websockets.next.WebSocketsClientRuntimeConfig
- io.quarkus.websockets.next.WebSocketsServerRuntimeConfig
- io.quarkus.websockets.next.WebSocketsServerRuntimeConfig.DevMode
- io.quarkus.websockets.next.WebSocketsServerRuntimeConfig.Security
Annotation Interface Hierarchy
- io.quarkus.websockets.next.Closed (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnBinaryMessage (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnClose (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnError (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnOpen (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnPongMessage (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.OnTextMessage (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.Open (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.PathParam (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.WebSocket (implements java.lang.annotation.Annotation)
- io.quarkus.websockets.next.WebSocketClient (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- io.quarkus.websockets.next.BasicWebSocketConnector.ExecutionModel
- io.quarkus.websockets.next.InboundProcessingMode
- io.quarkus.websockets.next.runtime.TrafficLogger.Type
- io.quarkus.websockets.next.UnhandledFailureStrategy
- io.quarkus.websockets.next.runtime.WebSocketEndpoint.ExecutionModel
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)