Enumeration Caseswift-websocket 1.1.0WSCore
binary(_:)
Binary data frame
case binary(ByteBuffer)
Binary data frame
case binary(ByteBuffer)
s6WSCore23WebSocketOutboundWriterV0D5FrameO6binaryyAE7NIOCore10ByteBufferVcAEmF
What are these?SXR4
import WSCore
enum OutboundFrame
WebSocket frame that can be written
struct WebSocketOutboundWriter
Outbound websocket writer
struct ByteBuffer
ByteBuffer
stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
case text(String)
Text frame
case pong
Unsolicited pong frame
case custom(WebSocketFrame)
A custom frame not supported by the above