Finagle interfaces
authorDave Watson <davejwatson@fb.com>
Fri, 23 Jan 2015 17:50:35 +0000 (09:50 -0800)
committerwoo <woo@fb.com>
Mon, 2 Feb 2015 21:12:31 +0000 (13:12 -0800)
commitc152d43dedf865196eb47c799c811ebcf4927188
treec8b86a4a342a276dfd3b033e88fb3725beba0e2d
parent47768bc72a4083ca5400665cba3dceeeb937c71b
Finagle interfaces

Summary: Future service interfaces similar to finagle.  Service creators for client, filters

Test Plan: Unittests included - also sets up a simple pipeline to test a full stack client/server.

Reviewed By: hans@fb.com

Subscribers: jsedgwick, trunkagent, njormrod, folly-diffs@, doug, fugalh

FB internal diff: D1573086

Tasks: 5002456

Signature: t1:1573086:1421970698:328453c4a980bb6950fc9aeed6a2b6d9819c20db
folly/wangle/bootstrap/BootstrapTest.cpp
folly/wangle/bootstrap/ClientBootstrap.h
folly/wangle/service/ClientDispatcher.h [new file with mode: 0644]
folly/wangle/service/ServerDispatcher.h [new file with mode: 0644]
folly/wangle/service/Service.h [new file with mode: 0644]
folly/wangle/service/ServiceTest.cpp [new file with mode: 0644]