Package com.microsoft.playwright.impl
Class WebSocketImpl.WebSocketFrameImpl
java.lang.Object
com.microsoft.playwright.impl.WebSocketImpl.WebSocketFrameImpl
- All Implemented Interfaces:
WebSocketFrame
- Enclosing class:
WebSocketImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytes
private final byte[] bytes
-
-
Constructor Details
-
WebSocketFrameImpl
WebSocketFrameImpl(String payload, boolean isBase64)
-
-
Method Details
-
binary
public byte[] binary()Description copied from interface:WebSocketFrameReturns binary payload.- Specified by:
binaryin interfaceWebSocketFrame
-
text
Description copied from interface:WebSocketFrameReturns text payload.- Specified by:
textin interfaceWebSocketFrame
-