Uses of Interface
org.mockserver.mock.action.http.GraphQLSubscriptionHandler.FrameSender
Packages that use GraphQLSubscriptionHandler.FrameSender
-
Uses of GraphQLSubscriptionHandler.FrameSender in org.mockserver.mock.action.http
Constructors in org.mockserver.mock.action.http with parameters of type GraphQLSubscriptionHandler.FrameSenderModifierConstructorDescriptionGraphQLSubscriptionHandler(GraphQLBody expectedSubscriptionQuery, List<WebSocketMessage> subscriptionPayloads, GraphQLSubscriptionHandler.FrameSender frameSender, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker) Original constructor — no inbound breakpoint support (backward compatible).GraphQLSubscriptionHandler(GraphQLBody expectedSubscriptionQuery, List<WebSocketMessage> subscriptionPayloads, GraphQLSubscriptionHandler.FrameSender frameSender, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker, Configuration configuration, String inboundStreamId, WebSocketClientRegistry webSocketClientRegistry) Deprecated.use the constructor that accepts inboundBreakpointClientId and inboundBreakpointIdGraphQLSubscriptionHandler(GraphQLBody expectedSubscriptionQuery, List<WebSocketMessage> subscriptionPayloads, GraphQLSubscriptionHandler.FrameSender frameSender, io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker handshaker, Configuration configuration, String inboundStreamId, WebSocketClientRegistry webSocketClientRegistry, String inboundBreakpointClientId, String inboundBreakpointId) Constructor with inbound breakpoint support and pre-resolved breakpoint identity.