spring-framework / org.springframework.web.socket.adapter.standard / ConvertingEncoderDecoderSupport / willDecode

willDecode

open fun willDecode(bytes: M): Boolean

See Also
javax.websocket.Decoder.Text#willDecode(String)javax.websocket.Decoder.Binary#willDecode(ByteBuffer)