Uses of Enum
com.microsoft.playwright.impl.WebSocketImpl.EventType
Packages that use WebSocketImpl.EventType
-
Uses of WebSocketImpl.EventType in com.microsoft.playwright.impl
Subclasses with type arguments of type WebSocketImpl.EventType in com.microsoft.playwright.implModifier and TypeClassDescription(package private) static enumprivate classprivate classFields in com.microsoft.playwright.impl with type parameters of type WebSocketImpl.EventTypeModifier and TypeFieldDescriptionprivate final ListenerCollection<WebSocketImpl.EventType> WebSocketImpl.listenersMethods in com.microsoft.playwright.impl that return WebSocketImpl.EventTypeModifier and TypeMethodDescriptionstatic WebSocketImpl.EventTypeReturns the enum constant of this type with the specified name.static WebSocketImpl.EventType[]WebSocketImpl.EventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.playwright.impl with parameters of type WebSocketImpl.EventTypeModifier and TypeMethodDescriptionprivate WebSocketFrameWebSocketImpl.waitForEventWithTimeout(WebSocketImpl.EventType eventType, Runnable code, Predicate<WebSocketFrame> predicate, Double timeout)