Class: DefaultFilter

Inherits:
Object
  • Object
show all
Includes:
Hara::Filter
Defined in:
lib/hara/default_filter.rb

Instance Attribute Summary

Attributes included from Hara::ClientInteraction

#client_ip, #client_port, #handshake, #socket

Instance Method Summary collapse

Methods included from Hara::Filter

included, #run_filter, #setup_socket_callbacks

Methods included from Hara::ClientInteraction

#close, #headers, #response_msg, #send_msg, #socket_setup

Instance Method Details

#filterObject



6
7
8
# File 'lib/hara/default_filter.rb', line 6

def filter
  true
end