Class AbstractEncoder

    • Nested Class Summary

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

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

      Constructors 
      Constructor Description
      AbstractEncoder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void destroy()  
      void init​(javax.websocket.EndpointConfig config)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractEncoder

        public AbstractEncoder()
    • Method Detail

      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.websocket.Encoder
      • init

        public void init​(javax.websocket.EndpointConfig config)
        Specified by:
        init in interface javax.websocket.Encoder