Class DemuxingProtocolEncoder.State

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private State()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • findEncoderCache

        private final java.util.concurrent.ConcurrentHashMap<java.lang.Class<?>,​MessageEncoder> findEncoderCache
      • type2encoder

        private final java.util.Map<java.lang.Class<?>,​MessageEncoder> type2encoder
    • Constructor Detail

      • State

        private State()
               throws java.lang.Exception
        Throws:
        java.lang.Exception