Uses of Interface
org.mockserver.mock.action.http.BidirectionalWebSocketFrameHandler.FrameSender
Packages that use BidirectionalWebSocketFrameHandler.FrameSender
-
Uses of BidirectionalWebSocketFrameHandler.FrameSender in org.mockserver.mock.action.http
Constructors in org.mockserver.mock.action.http with parameters of type BidirectionalWebSocketFrameHandler.FrameSenderModifierConstructorDescriptionBidirectionalWebSocketFrameHandler(List<WebSocketMessageMatcher> matchers, BidirectionalWebSocketFrameHandler.FrameSender frameSender) Original constructor — no inbound breakpoint support (backward compatible).BidirectionalWebSocketFrameHandler(List<WebSocketMessageMatcher> matchers, BidirectionalWebSocketFrameHandler.FrameSender frameSender, Configuration configuration, String inboundStreamId, WebSocketClientRegistry webSocketClientRegistry) Deprecated.use the constructor that accepts inboundBreakpointClientId and inboundBreakpointIdBidirectionalWebSocketFrameHandler(List<WebSocketMessageMatcher> matchers, BidirectionalWebSocketFrameHandler.FrameSender frameSender, Configuration configuration, String inboundStreamId, WebSocketClientRegistry webSocketClientRegistry, String inboundBreakpointClientId, String inboundBreakpointId) Constructor with inbound breakpoint support and pre-resolved breakpoint identity.