Class Summary |
---|
FilterChain | Simple chain of responsibility implementation that executes a series of filters in order |
FilterContainer | Simple class that represents a container for InterceptingFilter objects |
InterceptingFilter | Filter base class |
LogFilter | Logs proxy activity, including method calling and errors in a defined format. |
PHPErrorReportingFilter | Filter that configures php's error reporting mechanism to all but notices. |
ProxyFilter | Filter that wraps the HessianClient actual call. |
StreamDumpFilter | Debugging filter that saves the incoming and outgoing binary streams to files defined in proxy configuration options. |