org.apache.accumulo.core.util
Class TBufferedSocket

java.lang.Object
  extended by org.apache.thrift.transport.TTransport
      extended by org.apache.thrift.transport.TIOStreamTransport
          extended by org.apache.accumulo.core.util.TBufferedSocket

public class TBufferedSocket
extends org.apache.thrift.transport.TIOStreamTransport


Field Summary
 
Fields inherited from class org.apache.thrift.transport.TIOStreamTransport
inputStream_, outputStream_
 
Constructor Summary
TBufferedSocket(org.apache.thrift.transport.TSocket sock, int bufferSize)
           
 
Method Summary
 String getClientString()
           
 
Methods inherited from class org.apache.thrift.transport.TIOStreamTransport
close, flush, isOpen, open, read, write
 
Methods inherited from class org.apache.thrift.transport.TTransport
consumeBuffer, getBuffer, getBufferPosition, getBytesRemainingInBuffer, peek, readAll, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TBufferedSocket

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

getClientString

public String getClientString()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.