• James Sedgwick's avatar
    telnet server · adba2ec8
    James Sedgwick authored
    Summary: similar to https://github.com/netty/netty/tree/master/example/src/main/java/io/netty/example/telnet
    
    Test Plan:
    fbconfig folly/wangle/example/telnet; fbmake dbg
    _bin/folly/wangle/example/telnet_server --port=8080
    telnet localhost 8080
    
    Still a couple sharp edges:
    * No easy way to wait for ServerBootstrap termination.
    * Pipelines always have to call attachReadCallback
    * a bunch of missing methods in pipeline still, like channelActive
    
    Reviewed By: hans@fb.com
    
    Subscribers: doug, fugalh, folly-diffs@, jsedgwick, yfeldblum, chalfant
    
    FB internal diff: D1959172
    
    Signature: t1:1959172:1427993978:463f237036996451187e3ef3983cf2b4e89685ef
    adba2ec8
ClientBootstrap.h 1.62 KB