java.lang.Object
org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AbstractDecoder
org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.ByteDecoder
All Implemented Interfaces:
jakarta.websocket.Decoder, jakarta.websocket.Decoder.Text<Byte>

public class ByteDecoder extends AbstractDecoder implements jakarta.websocket.Decoder.Text<Byte>
Default implementation of the Decoder.Text Message to Byte decoder
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from interface jakarta.websocket.Decoder Link icon

    jakarta.websocket.Decoder.Binary<T>, jakarta.websocket.Decoder.BinaryStream<T>, jakarta.websocket.Decoder.Text<T>, jakarta.websocket.Decoder.TextStream<T>
  • Field Summary Link icon

    Fields
    Modifier and Type
    Field
    Description
    static final ByteDecoder
     
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class org.eclipse.jetty.ee9.websocket.jakarta.common.decoders.AbstractDecoder Link icon

    destroy, init

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.websocket.Decoder Link icon

    destroy, init
  • Field Details Link icon

  • Constructor Details Link icon

    • ByteDecoder Link icon

      public ByteDecoder()
  • Method Details Link icon

    • decode Link icon

      public Byte decode(String s) throws jakarta.websocket.DecodeException
      Specified by:
      decode in interface jakarta.websocket.Decoder.Text<Byte>
      Throws:
      jakarta.websocket.DecodeException
    • willDecode Link icon

      public boolean willDecode(String s)
      Specified by:
      willDecode in interface jakarta.websocket.Decoder.Text<Byte>