Class TBinaryProtocol.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
      Factory​(boolean strictRead, boolean strictWrite)  
      Factory​(boolean strictRead, boolean strictWrite, long stringLengthLimit, long containerLengthLimit)  
      Factory​(long stringLengthLimit, long containerLengthLimit)  
    • Field Detail

      • stringLengthLimit_

        protected long stringLengthLimit_
      • containerLengthLimit_

        protected long containerLengthLimit_
      • strictRead_

        protected boolean strictRead_
      • strictWrite_

        protected boolean strictWrite_
    • Constructor Detail

      • Factory

        public Factory()
      • Factory

        public Factory​(boolean strictRead,
                       boolean strictWrite)
      • Factory

        public Factory​(long stringLengthLimit,
                       long containerLengthLimit)
      • Factory

        public Factory​(boolean strictRead,
                       boolean strictWrite,
                       long stringLengthLimit,
                       long containerLengthLimit)