Class LongDecoder

  • All Implemented Interfaces:
    javax.websocket.Decoder, javax.websocket.Decoder.Text<java.lang.Long>

    public class LongDecoder
    extends AbstractDecoder
    implements javax.websocket.Decoder.Text<java.lang.Long>
    Default implementation of the Text Message to Long decoder
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface javax.websocket.Decoder

        javax.websocket.Decoder.Binary<T extends java.lang.Object>, javax.websocket.Decoder.BinaryStream<T extends java.lang.Object>, javax.websocket.Decoder.Text<T extends java.lang.Object>, javax.websocket.Decoder.TextStream<T extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      LongDecoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long decode​(java.lang.String s)  
      boolean willDecode​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface javax.websocket.Decoder

        destroy, init
    • Field Detail

    • Constructor Detail

      • LongDecoder

        public LongDecoder()
    • Method Detail

      • decode

        public java.lang.Long decode​(java.lang.String s)
                              throws javax.websocket.DecodeException
        Specified by:
        decode in interface javax.websocket.Decoder.Text<java.lang.Long>
        Throws:
        javax.websocket.DecodeException
      • willDecode

        public boolean willDecode​(java.lang.String s)
        Specified by:
        willDecode in interface javax.websocket.Decoder.Text<java.lang.Long>