Uses of Interface
io.quarkus.websockets.next.runtime.telemetry.SendingInterceptor
Packages that use SendingInterceptor
-
Uses of SendingInterceptor in io.quarkus.websockets.next.runtime
Constructors in io.quarkus.websockets.next.runtime with parameters of type SendingInterceptorModifierConstructorDescription(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) -
Uses of SendingInterceptor in io.quarkus.websockets.next.runtime.telemetry
Classes in io.quarkus.websockets.next.runtime.telemetry that implement SendingInterceptorMethods in io.quarkus.websockets.next.runtime.telemetry that return SendingInterceptorMethod parameters in io.quarkus.websockets.next.runtime.telemetry with type arguments of type SendingInterceptorModifier and TypeMethodDescription(package private) voidWebSocketTelemetryProviderBuilder.pathToClientSendingInterceptor(Function<String, SendingInterceptor> pathToClientSendingInterceptor) (package private) voidWebSocketTelemetryProviderBuilder.pathToServerSendingInterceptor(Function<String, SendingInterceptor> pathToServerSendingInterceptor) Constructors in io.quarkus.websockets.next.runtime.telemetry with parameters of type SendingInterceptorModifierConstructorDescription(package private)TelemetrySupport(ConnectionInterceptor connectionInterceptor, SendingInterceptor sendingInterceptor, ErrorInterceptor errorInterceptor)