Class TFastFramedTransport.Factory

    • Constructor Summary

      Constructors 
      Constructor Description
      Factory()  
      Factory​(int initialCapacity)  
      Factory​(int initialCapacity, int maxLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TTransport getTransport​(TTransport trans)
      Return a wrapped instance of the base Transport.
      • Methods inherited from class java.lang.Object

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

      • Factory

        public Factory()
      • Factory

        public Factory​(int initialCapacity)
      • Factory

        public Factory​(int initialCapacity,
                       int maxLength)