class EventMachine::Protocols::Socks4

def setup_methods

def setup_methods
  class << self
    def post_init; socks_post_init; end
    def receive_data(*a); socks_receive_data(*a); end
  end
end