Java org.apache.thrift.server TServer fields, constructors, methods, implement or subclass

Example usage for Java org.apache.thrift.server TServer fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.thrift.server.TServer has subclasses.
Click this link to see all its subclasses.

Field

booleanisServing

Method

voidserve()
The run method fires up the server and gets things going.
voidsetServerEventHandler(TServerEventHandler eventHandler)
voidstop()
Stop the server.