Package com.microsoft.playwright.impl
Class WebSocketImpl.WaitableWebSocketClose<T>
- java.lang.Object
-
- com.microsoft.playwright.impl.WaitableEvent<WebSocketImpl.EventType,T>
-
- com.microsoft.playwright.impl.WebSocketImpl.WaitableWebSocketClose<T>
-
- All Implemented Interfaces:
Waitable<T>,java.util.function.Consumer<T>
- Enclosing class:
- WebSocketImpl
private class WebSocketImpl.WaitableWebSocketClose<T> extends WaitableEvent<WebSocketImpl.EventType,T>
-
-
Field Summary
-
Fields inherited from class com.microsoft.playwright.impl.WaitableEvent
listeners
-
-
Constructor Summary
Constructors Constructor Description WaitableWebSocketClose()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()-
Methods inherited from class com.microsoft.playwright.impl.WaitableEvent
accept, dispose, isDone
-
-
-
-
Method Detail
-
get
public T get()
- Specified by:
getin interfaceWaitable<T>- Overrides:
getin classWaitableEvent<WebSocketImpl.EventType,T>
-
-