Class NonOpenTransport

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean isOpen  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      boolean isOpen()  
      void open()  
      • Methods inherited from class org.apache.thrift.transport.TTransport

        checkReadBytesAvailable, consumeBuffer, flush, getBuffer, getBufferPosition, getBytesRemainingInBuffer, getConfiguration, peek, read, read, readAll, updateKnownMessageSize, write, write, write
      • Methods inherited from class java.lang.Object

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

      • isOpen

        protected boolean isOpen
    • Constructor Detail

      • NonOpenTransport

        public NonOpenTransport()
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Specified by:
        close in class org.apache.thrift.transport.TTransport
      • isOpen

        public boolean isOpen()
        Specified by:
        isOpen in class org.apache.thrift.transport.TTransport
      • open

        public void open()
        Specified by:
        open in class org.apache.thrift.transport.TTransport