strip Channel from all class names
authorJames Sedgwick <jsedgwick@fb.com>
Mon, 27 Apr 2015 18:19:18 +0000 (11:19 -0700)
committerAlecs King <int@fb.com>
Mon, 27 Apr 2015 23:54:40 +0000 (16:54 -0700)
commit3444ffba56927ac7e682dafd92ccc37a0f50c8ad
treec53a5c4b1f8ebef279e50181694f161d18fe7b1c
parentda10a8e64a762891258210ed7f31631bef696fb5
strip Channel from all class names

Summary: as above. Only got a little messy when components within folly::wangle typedefed things to Pipeline

Test Plan: unit tests

Reviewed By: davejwatson@fb.com

Subscribers: wormhole-diffs@, fugalh, alandau, bmatheny, folly-diffs@, jsedgwick, yfeldblum, chalfant

FB internal diff: D2022181

Tasks: 6836580

Signature: t1:2022181:1430157032:df0bdfb9ca0d76b86d52c55c4ad41ea953a18cb4
26 files changed:
folly/Makefile.am
folly/wangle/bootstrap/BootstrapTest.cpp
folly/wangle/bootstrap/ClientBootstrap.h
folly/wangle/bootstrap/ServerBootstrap-inl.h
folly/wangle/bootstrap/ServerBootstrap.cpp
folly/wangle/bootstrap/ServerBootstrap.h
folly/wangle/channel/AsyncSocketHandler.h
folly/wangle/channel/ChannelHandler.h [deleted file]
folly/wangle/channel/ChannelHandlerContext.h [deleted file]
folly/wangle/channel/ChannelPipeline.h [deleted file]
folly/wangle/channel/Handler.h [new file with mode: 0644]
folly/wangle/channel/HandlerContext.h [new file with mode: 0644]
folly/wangle/channel/OutputBufferingHandler.h
folly/wangle/channel/Pipeline.h [new file with mode: 0644]
folly/wangle/channel/test/ChannelPipelineTest.cpp [deleted file]
folly/wangle/channel/test/MockChannelHandler.h [deleted file]
folly/wangle/channel/test/MockHandler.h [new file with mode: 0644]
folly/wangle/channel/test/OutputBufferingHandlerTest.cpp
folly/wangle/channel/test/PipelineTest.cpp [new file with mode: 0644]
folly/wangle/codec/ByteToMessageCodec.h
folly/wangle/codec/CodecTest.cpp
folly/wangle/codec/StringCodec.h
folly/wangle/service/ClientDispatcher.h
folly/wangle/service/ServerDispatcher.h
folly/wangle/service/Service.h
folly/wangle/service/ServiceTest.cpp