| 28 | class HTTPDecoder : public Decoder<const std::shared_ptr<HTTPPacket>>, public virtual Object { |
| 29 | public: |
| 30 | HTTPDecoder(Invoker& invoker) : _rootPath(invoker.rootPath()), Decoder(invoker, "HTTPDecoder") {} |
| 31 | |
| 32 | private: |
| 33 | UInt32 decoding(Exception& ex, UInt8* data,UInt32 size); |
nothing calls this directly
no outgoing calls
no test coverage detected