Refresh

This website rubydoc.info/gems/thrift/Thrift%2FBaseServer:serve is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Method: Thrift::BaseServer#serve

Defined in:
lib/thrift/server/base_server.rb

#serveObject

Raises:

  • (NotImplementedError)

29
30
31
# File 'lib/thrift/server/base_server.rb', line 29

def serve
  raise NotImplementedError
end