Uses of Class
io.quarkus.websockets.next.runtime.Codecs
Packages that use Codecs
-
Uses of Codecs in io.quarkus.websockets.next.runtime
Fields in io.quarkus.websockets.next.runtime declared as CodecsModifier and TypeFieldDescriptionprotected final CodecsWebSocketConnectionBase.codecsprotected final CodecsWebSocketConnectorBase.codecsprotected final CodecsWebSocketEndpointBase.codecsMethods in io.quarkus.websockets.next.runtime with parameters of type CodecsModifier and TypeMethodDescription(package private) static voidEndpoints.initialize(io.vertx.core.Vertx vertx, io.quarkus.arc.ArcContainer container, Codecs codecs, WebSocketConnectionBase connection, io.vertx.core.http.WebSocketBase ws, String generatedEndpointClass, Optional<Duration> autoPingInterval, SecuritySupport securitySupport, UnhandledFailureStrategy unhandledFailureStrategy, TrafficLogger trafficLogger, Runnable onClose, boolean activateRequestContext, boolean activateSessionContext, TelemetrySupport telemetrySupport) Constructors in io.quarkus.websockets.next.runtime with parameters of type CodecsModifierConstructorDescription(package private)BasicWebSocketConnectorImpl(io.vertx.core.Vertx vertx, Codecs codecs, ClientConnectionManager connectionManager, WebSocketsClientRuntimeConfig config, TlsConfigurationRegistry tlsConfigurationRegistry) (package private)WebSocketClientConnectionImpl(String clientId, io.vertx.core.http.WebSocket webSocket, Codecs codecs, Map<String, String> pathParams, URI serverEndpointUri, Map<String, List<String>> headers, TrafficLogger trafficLogger, SendingInterceptor sendingInterceptor) (package private)WebSocketConnectionBase(Map<String, String> pathParams, Codecs codecs, HandshakeRequest handshakeRequest, TrafficLogger trafficLogger, SendingInterceptor sendingInterceptor) (package private)WebSocketConnectionImpl(String generatedEndpointClass, String endpointClass, io.vertx.core.http.ServerWebSocket webSocket, ConnectionManager connectionManager, Codecs codecs, io.vertx.ext.web.RoutingContext ctx, TrafficLogger trafficLogger, SendingInterceptor sendingInterceptor) (package private)WebSocketConnectorBase(io.vertx.core.Vertx vertx, Codecs codecs, ClientConnectionManager connectionManager, WebSocketsClientRuntimeConfig config, TlsConfigurationRegistry tlsConfigurationRegistry) (package private)WebSocketConnectorImpl(jakarta.enterprise.inject.spi.InjectionPoint injectionPoint, Codecs codecs, io.vertx.core.Vertx vertx, ClientConnectionManager connectionManager, WebSocketClientRecorder.ClientEndpointsContext endpointsContext, WebSocketsClientRuntimeConfig config, TlsConfigurationRegistry tlsConfigurationRegistry, jakarta.enterprise.inject.Instance<WebSocketTelemetryProvider> telemetryProvider) WebSocketEndpointBase(WebSocketConnectionBase connection, Codecs codecs, ContextSupport contextSupport, SecuritySupport securitySupport, ErrorInterceptor errorInterceptor)