private final class StreamEngine.ProducePongMessage extends java.lang.Object implements Supplier<Msg>
Modifier and Type | Field and Description |
---|---|
private byte[] |
pingContext |
Constructor and Description |
---|
ProducePongMessage(byte[] pingContext) |
Modifier and Type | Method and Description |
---|---|
Msg |
get()
Gets a result.
|