Java org.apache.thrift.transport TNonblockingSocket fields, constructors, methods, implement or subclass

Example usage for Java org.apache.thrift.transport TNonblockingSocket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.thrift.transport TNonblockingSocket.

The text is from its open source code.

Constructor

Method

SocketChannelgetSocketChannel()
Returns a reference to the underlying SocketChannel.
voidsetTimeout(int timeout)
Sets the socket timeout, although this implementation never uses blocking operations so it is unused.