Class DebugFilter
In: lib/network/protocol/debugfilter.rb
Parent: Filter
DebugFilter
Filter
TopLevel

The DebugFilter class simply logs all that passes through it

Methods

filter_in   filter_out   new  

Public Class methods

Construct filter

pstack
The ProtocolStack associated with this filter

Public Instance methods

The filter_in method filters input data

str
The string to be processed
return
The filtered data

The filter_out method filters output data

str
The string to be processed
return
The filtered data

[Validate]