Uses of Class
io.quarkus.websockets.next.runtime.TrafficLogger
Packages that use TrafficLogger
-
Uses of TrafficLogger in io.quarkus.websockets.next.runtime
Fields in io.quarkus.websockets.next.runtime declared as TrafficLoggerModifier and TypeFieldDescriptionprotected final TrafficLoggerWebSocketConnectionBase.trafficLoggerMethods in io.quarkus.websockets.next.runtime that return TrafficLoggerModifier and TypeMethodDescription(package private) static TrafficLoggerTrafficLogger.forClient(WebSocketsClientRuntimeConfig config) (package private) static TrafficLoggerTrafficLogger.forServer(WebSocketsServerRuntimeConfig config) Methods in io.quarkus.websockets.next.runtime with parameters of type TrafficLoggerModifier 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) Constructors in io.quarkus.websockets.next.runtime with parameters of type TrafficLoggerModifierConstructorDescription(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) (package private)WebSocketConnectionBase(Map<String, String> pathParams, Codecs codecs, HandshakeRequest handshakeRequest, TrafficLogger trafficLogger) (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)