# File lib/net/protocol.rb, line 333
    def initialize(socket, method)
      @socket = socket
      @method_id = method
    end