Uses of Interface
io.quarkus.websockets.next.HandshakeRequest
Packages that use HandshakeRequest
-
Uses of HandshakeRequest in io.quarkus.websockets.next
Methods in io.quarkus.websockets.next that return HandshakeRequestModifier and TypeMethodDescriptionWebSocketClientConnection.handshakeRequest()WebSocketConnection.handshakeRequest() -
Uses of HandshakeRequest in io.quarkus.websockets.next.runtime
Fields in io.quarkus.websockets.next.runtime declared as HandshakeRequestModifier and TypeFieldDescriptionprotected final HandshakeRequestWebSocketConnectionBase.handshakeRequestMethods in io.quarkus.websockets.next.runtime that return HandshakeRequestConstructors in io.quarkus.websockets.next.runtime with parameters of type HandshakeRequestModifierConstructorDescription(package private)WebSocketConnectionBase(Map<String, String> pathParams, Codecs codecs, HandshakeRequest handshakeRequest, TrafficLogger trafficLogger)