Class TBufferedSocket

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class TBufferedSocket
    extends org.apache.thrift.transport.TIOStreamTransport
    • Field Summary

      • Fields inherited from class org.apache.thrift.transport.TIOStreamTransport

        inputStream_, outputStream_
    • Constructor Summary

      Constructors 
      Constructor Description
      TBufferedSocket​(org.apache.thrift.transport.TSocket sock, int bufferSize)  
    • Constructor Detail

      • TBufferedSocket

        public TBufferedSocket​(org.apache.thrift.transport.TSocket sock,
                               int bufferSize)
                        throws IOException
        Throws:
        IOException
    • Method Detail

      • getClientString

        public String getClientString()