Telnet client
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 4 May 2015 19:15:16 +0000 (12:15 -0700)
committerPraveen Kumar Ramakrishnan <praveenr@fb.com>
Tue, 12 May 2015 00:02:12 +0000 (17:02 -0700)
commit589052a636a717bbf89dfc5c25588cbdaac080a8
tree34aad69d376fc5749dc8503d55d6d2a5fadd0bb4
parentadba2ec8eeee40e88b722c77d606b29144fea666
Telnet client

Summary:
A client example to match telnet server.

Required a couple additions:
* future result when socket actually connects, similar to netty
* clients support IOThreadPoolExecutor groups
* a pipeline stage to make sure everything runs in the right eventbase thread.

Test Plan:
fbconfig follg/wangle/example/telnet && fbmake dbg
telnet_server
telnet_client

Reviewed By: hans@fb.com

Subscribers: doug, fugalh, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2010289

Signature: t1:2010289:1430766232:65c6f946e454000f6ea9f41b49197ddbeea5ba3f
folly/Makefile.am
folly/wangle/bootstrap/BootstrapTest.cpp
folly/wangle/bootstrap/ClientBootstrap.h
folly/wangle/channel/EventBaseHandler.h [new file with mode: 0644]