Class Transport::TransportIngressFilter
In: sipper/transport/base_transport.rb
Parent: Object

Pre filter : for incoming messages

Methods

Attributes

registered_filters  [R] 

Public Class methods

Filter on anonymous Module because if the transport handler is defined inline then we load the string twice, once in an anonymous module and once in top level object. We do not want to register the transport handler twice.

Public Instance methods

default handler

[Validate]