Apache Thrift Server API

The Thrift Server API provides server implementations for hosting Thrift services including TSimpleServer (single-threaded), TThreadedServer, TThreadPoolServer, and TNonblockingServer (async I/O). Thrift supports multiple transport protocols (TBinaryProtocol, TCompactProtocol, TJSONProtocol) over various transports (TSocket, TFramedTransport, TFileTransport, TZlibTransport) enabling flexible deployment configurations.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-thrift:apache-thrift-server-api
name: Apache Thrift Server API
description: The Thrift Server API provides server implementations for hosting Thrift services including
  TSimpleServer (single-threaded), TThreadedServer, TThreadPoolServer, and TNonblockingServer (async I/O).
  Thrift supports multiple transport protocols (TBinaryProtocol, TCompactProtocol, TJSONProtocol) over
  various transports (TSocket, TFramedTransport, TFileTransport, TZlibTransport) enabling flexible deployment
  configurations.
humanURL: https://thrift.apache.org/docs/concepts.html
tags:
- Server
- RPC
- Protocol
- Transport
properties:
- type: Documentation
  url: https://thrift.apache.org/docs/concepts.html