Package NeoVisionaries.WebSockets
Interface PayloadGenerator
-
public interface PayloadGenerator
Payload generator.
Read included Apache License 2.0:HERE
AllNeoVisionaries.WebSockets.*
Code Obtained From:GitHub 'NV' (Takahiko Kawasaki)
Public Archive.- Since:
- 1.20
Hi-Lited Source-Code:- View Here: NeoVisionaries/WebSockets/PayloadGenerator.java
- Open New Browser-Tab: NeoVisionaries/WebSockets/PayloadGenerator.java
File Size: 1,197 Bytes Line Count: 44 '\n' Characters Found
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
generate()
Generate a payload of a frame.
-