List of usage examples for org.apache.thrift.server THsHaServer subclass-usage
From source file org.apache.accumulo.server.rpc.CustomNonBlockingServer.java
/**
* This class implements a custom non-blocking thrift server, incorporating the {@link THsHaServer} features, and overriding the underlying
* {@link TNonblockingServer} methods, especially {@link org.apache.thrift.server.TNonblockingServer.SelectAcceptThread}, in order to override the
* {@link org.apache.thrift.server.AbstractNonblockingServer.FrameBuffer} and {@link org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer} with
* one that reveals the client address from its transport.
*
From source file org.apache.accumulo.server.util.CustomNonBlockingServer.java
/**
* This class implements a custom non-blocking thrift server, incorporating the {@link THsHaServer} features, and overriding the underlying
* {@link TNonblockingServer} methods, especially {@link org.apache.thrift.server.TNonblockingServer.SelectAcceptThread}, in order to override the
* {@link org.apache.thrift.server.AbstractNonblockingServer.FrameBuffer} and {@link org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer} with
* one that reveals the client address from its transport.
*