Package de.craftsblock.craftsnet.api.websocket.codec
package de.craftsblock.craftsnet.api.websocket.codec
-
InterfacesClassDescriptionA sealed
Encoderfor safely encoding types for WebSocket communication.An encoder that transforms a specific input type into abyte[]representation suitable for binary WebSocket frames.An encoder that transforms a specific input type into aByteBufferrepresentation.An encoder that transforms a specific input type into aJsonrepresentation, typically for use with text-based WebSocket frames.An encoder that transforms a specific input type into aStringrepresentation, typically for use with text-based WebSocket frames.